Krishna Vedala 3939a8caff Merge branch 'cmake'
* cmake:
  MSVC does not know cstring-use string-for toString
  for windows build, MSVC knows C++-14 and not 11
  remove redundant /Za for VC
  add cstring for std::to_string()
  updating DIRECTORY.md
  fixed dynamic array
  removed in-favor of chronos library of c++11
  updating DIRECTORY.md
  fixed windows build error
  fixed lint
  file rename
  cin accepts only one variable at a time & fixed cpplint
  improved documentation
  `rand_r` is non-portable and obsolete
  newline character at EOF of gitignore
2020-05-26 10:08:56 -04:00
2020-05-26 01:22:46 -04:00
2020-04-29 22:52:44 +05:30
2020-05-26 09:05:44 -04:00
2020-04-18 10:43:43 +08:00
2020-05-24 08:52:09 +02:00
2020-05-26 13:40:20 +00:00
2020-04-12 21:16:18 +08:00
2020-05-26 01:31:58 -04:00

The Algorithms - C++

contributions welcome  GitHub repo size GitHub closed pull requests Doxygen CI cpplint C/C++ CI

Documentation

All algorithms implemented in C++ (for education)

The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.

Contribute Guidelines

Read our Contribution Guidelines before you contribute.

Languages
C++ 98.6%
CMake 1.3%