Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
/ C-Plus-Plus Public archive
forked from TheAlgorithms/C-Plus-Plus

All Algorithms implemented in C++

Notifications You must be signed in to change notification settings

krachyon/C-Plus-Plus

 
 

Repository files navigation

C++

This repository contains some useful algorithms and data structures.

Contribute

How you can contribute? See this small guide.

  • Use the directory structure of the repository.
  • Please describe your pull requests.
  • Don't use bits/stdc++.h because this is quite Linux specific and slows down the compiler process.
  • Put comments in your code.
  • Avoid struct. Instead use the class keyword.
  • Add some test cases in the main-function.
  • Can suggest any change in present algorithms(if needed).

About

All Algorithms implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%