C++ 算法大全
Go to file
Sajied Shah Yousuf 0eedbb34a4
feat: added a new algorithm to find whether two line segment intersec… (#796)
* feat: added a new algorithm to find whether two line segment intersect or not

* fix: cpplint issues

* added documentation.....

* added documentation....

* added documentation...

* added doxygen format....

* fix: comment blocks...

* fix: cpplint issue

* fix: cpplint issues...

* fix: comment spaces...

* fix: additional spaces...

* fix: documentation issue
2020-05-30 20:27:45 +05:30
.github fix: attempt to fix GH pages workflow (#733) 2020-04-26 10:08:40 +02:00
.vscode .vscode: Set C_Cpp.clang_format_style 2020-05-24 06:39:18 +02:00
backtracking update 2020-04-29 22:52:44 +05:30
computer_oriented_statistical_methods fixed cpplint issues 2020-05-11 21:35:25 -04:00
data_structure Update doubly_linked_list.cpp 2020-05-27 10:03:54 +08:00
dynamic_programming Merge pull request #723 from faizanahamed1414/patch-1 2020-04-22 20:53:09 +08:00
geometry feat: added a new algorithm to find whether two line segment intersec… (#796) 2020-05-30 20:27:45 +05:30
graph feat : find maximum flow in a graph (#791) 2020-05-25 20:47:55 +05:30
greedy_algorithms Greedy Algorithms -> greedy_algorithms (#647) 2019-11-28 13:29:38 +01:00
hashing feat: Implemented open addressing hash tables (#673) 2019-12-21 09:17:08 +01:00
math Merge pull request #727 from DarkWarrior703/patch-5 2020-05-23 00:46:45 +05:30
operations_on_datastructures feat: added a function to get the size of a linked list (#763) 2020-05-19 06:59:38 +02:00
others Update others/stairs_pattern.cpp 2020-04-19 17:48:48 +02:00
probability Merge pull request #735 from RobotRage/bayes-theorem 2020-05-22 23:45:23 +05:30
range_queries Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
search Rename Search/jump_search.cpp to search/jump_search.cpp 2020-05-24 06:44:04 +02:00
sorting Added documentation (#802) 2020-05-27 18:54:19 +05:30
strings feat: added rabin_karp algorithm for string match (#779) 2020-05-22 12:15:29 +02:00
.gitignore Update .gitignore 2020-05-23 18:12:44 +02:00
CONTRIBUTION.md Update CONTRIBUTION.md 2020-05-24 08:52:09 +02:00
DIRECTORY.md updating DIRECTORY.md 2020-05-27 13:24:42 +00:00
LICENSE Update the copyright year 2020-04-12 21:16:18 +08:00
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.