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 d079d1f May 19, 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 feat : added library sort (#710) Mar 7, 2020
backtracking Don't use bits/stdc++.h Apr 18, 2020
computer_oriented_statistical_methods Don't use bits/stdc++.h Apr 18, 2020
data_structure Update linked_list.cpp Apr 22, 2020
dynamic_programming Merge pull request #723 from faizanahamed1414/patch-1 Apr 22, 2020
graph Fixed cpplint errors May 18, 2020
greedy_algorithms Greedy Algorithms -> greedy_algorithms (#647) Nov 28, 2019
hashing feat: Implemented open addressing hash tables (#673) Dec 21, 2019
math Fibonacci funtion added (#767) May 19, 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 feat: added addition_rule.cpp for probability (#732) Apr 26, 2020
range_queries Don't use bits/stdc++.h Apr 18, 2020
search Interpolation search method (#287) Jan 9, 2020
sorting SwapSort.cpp (#754) May 19, 2020
strings feat: add brute force string searching (#694) Apr 16, 2020
.gitignore Create .gitignore Dec 5, 2019
CONTRIBUTION.md Update CONTRIBUTION.md Dec 5, 2019
DIRECTORY.md updating DIRECTORY.md May 19, 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.