Krishna Vedala 00e49027ef Merge branch 'document/math'
* document/math:
  document square-root that uses bisection method
  math readme title
  documentation and bug fixes
  fix cpplint
  docs for large number power
  documetnation for positive divisors
  documentation for Little Fermat's Thm
  updating DIRECTORY.md
  document fibonacci program
  better document GCD programs
  improve documentation for fast_power
  use template based functions
  documentation for extended euclid
  fix code for generic types
  documentation for eulers_totient_function.cpp
  documentation update for double_factorial
  fix documentation for double_factorial
  bug fix - no function return and invalid for loop termination check
  documentation for double_factorial
  documetnation for binary_exponent.cpp
2020-05-27 17:37:43 -04:00
2020-05-26 13:07:30 -04:00
2020-04-29 22:52:44 +05:30
2020-05-27 17:36:30 -04:00
2020-04-18 10:43:43 +08:00
2020-05-26 16:40:09 -04:00
2020-05-26 13:28:12 -04:00
2020-05-26 11:00:00 -04:00
2020-05-26 16:40:09 -04:00
2020-05-24 08:52:09 +02:00
2020-05-27 17:37:43 -04:00
2020-04-12 21:16:18 +08: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%