close
The Wayback Machine - https://web.archive.org/web/20200524020431/https://github.com/TheAlgorithms/C-Plus-Plus
Skip to content
All Algorithms implemented in C++
C++ Makefile
Branch: master
Clone or download

Latest commit

github-actions github-actions
github-actions and github-actions updating DIRECTORY.md
Latest commit 1c19d85 May 23, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .github fix: attempt to fix GH pages workflow (#733) Apr 26, 2020
Image .vscode feat : added library sort (#710) Mar 7, 2020
Image Math Merge pull request #569 from nirmay0503/master May 22, 2020
Image Search Merge pull request #569 from nirmay0503/master May 22, 2020
Image backtracking update Apr 29, 2020
Image computer_oriented_statistical_methods fixed cpplint issues May 12, 2020
Image data_structure wrapped all the functions inside a class May 22, 2020
Image dynamic_programming Merge pull request #723 from faizanahamed1414/patch-1 Apr 22, 2020
Image graph Create topological_sort_by_kahns_algo.cpp (#778) May 22, 2020
Image greedy_algorithms Greedy Algorithms -> greedy_algorithms (#647) Nov 28, 2019
Image hashing feat: Implemented open addressing hash tables (#673) Dec 21, 2019
Image math Merge pull request #727 from DarkWarrior703/patch-5 May 22, 2020
Image operations_on_datastructures feat: added a function to get the size of a linked list (#763) May 19, 2020
Image others Update others/stairs_pattern.cpp Apr 19, 2020
Image probability Merge pull request #735 from RobotRage/bayes-theorem May 22, 2020
Image range_queries Don't use bits/stdc++.h Apr 18, 2020
Image search Update binary_search.cpp Apr 27, 2020
Image sorting SwapSort.cpp (#754) May 19, 2020
Image strings feat: added rabin_karp algorithm for string match (#779) May 22, 2020
Image .gitignore Update .gitignore May 23, 2020
Image CONTRIBUTION.md Update CONTRIBUTION.md Dec 5, 2019
Image DIRECTORY.md updating DIRECTORY.md May 23, 2020
Image LICENSE Update the copyright year Apr 12, 2020
Image README.md I modified a link Nov 15, 2019

README.md

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.

You can’t perform that action at this time.