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 55c21c8 Jun 2, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github fix: attempt to fix GH pages workflow (#733) Apr 26, 2020
.vscode .vscode: Set C_Cpp.clang_format_style May 24, 2020
backtracking update Apr 29, 2020
computer_oriented_statistical_methods fixed cpplint issues May 12, 2020
data_structure Add copyright header and improve comments May 29, 2020
dynamic_programming Merge pull request #723 from faizanahamed1414/patch-1 Apr 22, 2020
geometry feat: added a new algorithm to find whether two line segment intersec… ( May 30, 2020
graph feat : find maximum flow in a graph (#791) May 25, 2020
greedy_algorithms Greedy Algorithms -> greedy_algorithms (#647) Nov 28, 2019
hashing feat: Implemented open addressing hash tables (#673) Dec 21, 2019
math Merge pull request #727 from DarkWarrior703/patch-5 May 22, 2020
operations_on_datastructures feat: added a function to get the size of a linked list (#763) May 19, 2020
others Update others/stairs_pattern.cpp Apr 19, 2020
probability Merge pull request #735 from RobotRage/bayes-theorem May 22, 2020
range_queries Don't use bits/stdc++.h Apr 18, 2020
search Rename Search/jump_search.cpp to search/jump_search.cpp May 24, 2020
sorting Added documentation (#802) May 27, 2020
strings feat: added rabin_karp algorithm for string match (#779) May 22, 2020
.gitignore Update .gitignore May 23, 2020
CONTRIBUTION.md Update CONTRIBUTION.md May 24, 2020
DIRECTORY.md updating DIRECTORY.md Jun 2, 2020
LICENSE Update the copyright year Apr 12, 2020
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.