C++ 算法大全
Go to file
Christian Clauss 886960a3c2
Add cpplint to validate_filenames (#643)
* Add cpplint to validate_filenames

* Update and rename Happy_number.cpp to happy_number.cpp

* Update validate_new_filenames.yml

* pip install cpplint

* python3 -m pip install cpplint

* python3 -m pip install --useer cpplint

* python3 -m pip install --user cpplint

* Update validate_new_filenames.yml

* sudo python3 -m pip install cpplint

* sudo python3 -m pip install cpplint

* uses: actions/setup-python@v1

* Run cpplint first

* cpp_exts

* tuple

* cpplint_modified_files
2019-11-28 10:27:27 +01:00
.github Add cpplint to validate_filenames (#643) 2019-11-28 10:27:27 +01:00
Backtracking Merge pull request #642 from TheAlgorithms/bugfix-knight-tour-file-name 2019-11-27 12:52:55 -05:00
Computer Oriented Statistical Methods style: format code 2019-08-21 10:10:08 +08:00
Data Structure Upadate Tree.cpp 2019-10-27 00:45:55 +02:00
Dynamic Programming Merge pull request #107 from nikhilarora068/master 2019-11-07 00:15:34 +05:30
Graph Rename Kosaraju.cpp to kosaraju.cpp 2019-11-22 17:09:52 -05:00
Greedy Algorithms Merge pull request #137 from yashmunoth/master 2019-11-10 19:03:16 +05:30
Hashing style: format code 2019-08-21 10:10:08 +08:00
Math style: format code 2019-08-21 10:10:08 +08:00
Operations on Datastructures style: format code 2019-08-21 10:10:08 +08:00
Others Add cpplint to validate_filenames (#643) 2019-11-28 10:27:27 +01:00
Range queries Merge pull request #99 from DDullahan/master 2019-11-22 12:41:09 +05:30
Search Merge pull request #116 from ayushnagar123/master 2019-11-22 12:48:20 +05:30
Sorting Create BeadSort.cpp 2019-11-08 18:44:27 +09:00
CONTRIBUTION.md fix add fixes to latest contribution.md file 2019-11-13 12:34:12 -05:00
LICENSE Create LICENSE 2019-10-26 14:36:03 +05:30
README.md I modified a link 2019-11-15 14:44:55 +09:00

The Algorithms - C++

contributions welcome  GitHub repo size GitHub closed pull requests

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.