Krishna Vedala 6d0aa17429 Merge branch 'large_factorial'
* large_factorial: (24 commits)
  removed author details from comments for header file
  added documetnation to large_factorial.cpp
  set 1 space for `private` and `public` keywords in cpp-classes
  use static variable to return reference for
  fixed code for lint and copy constructor
  Update .vscode/settings.json
  remove erroneous const from `+` operator
  code cleanup
  use cinttypes for size specific int type
  updated vscode settings
  more cpp lint fixes
  cpp lint fixes
  replace `std::chronos` with `ctime` - cpplint does not allow c++-11
  updating DIRECTORY.md
  remove incorrect comment
  user editable test "N"
  added test case
  ignore non numeric characters when creating large_number from a string
  large_number: created assignment operator
  compute arbitrarily large fibonacci number
  ...

# Conflicts:
#	DIRECTORY.md
2020-05-27 17:36:30 -04:00
2020-05-26 13:07:30 -04:00
2020-04-29 22:52:44 +05:30
2020-05-26 09:05:44 -04:00
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:36:30 -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%