Commit Graph

759 Commits

Author SHA1 Message Date
Krishna Vedala
6276e4ec06 use cinttypes for size specific int type 2020-05-24 16:11:08 -04:00
Krishna Vedala
ca08e3e9a2 updated vscode settings 2020-05-24 16:08:12 -04:00
Krishna Vedala
045a1dc977 more cpp lint fixes 2020-05-24 16:08:00 -04:00
Krishna Vedala
e989ad0fe5 cpp lint fixes 2020-05-24 16:02:00 -04:00
Krishna Vedala
236b658130 replace std::chronos with ctime - cpplint does not allow c++-11 2020-05-24 15:56:45 -04:00
github-actions
a77151c254 updating DIRECTORY.md 2020-05-24 18:38:16 +00:00
Krishna Vedala
f1b07d33a7 remove incorrect comment 2020-05-24 14:37:32 -04:00
Krishna Vedala
90840a1e37 user editable test "N" 2020-05-24 14:37:32 -04:00
Krishna Vedala
9c633857bd added test case 2020-05-24 14:37:32 -04:00
Krishna Vedala
9b538f3783 ignore non numeric characters when creating large_number from a string 2020-05-24 14:37:32 -04:00
Krishna Vedala
f4778612e0 large_number: created assignment operator 2020-05-24 14:37:31 -04:00
Krishna Vedala
1cb1641abc compute arbitrarily large fibonacci number 2020-05-24 14:37:31 -04:00
Krishna Vedala
72ac15ed01 resolved compiler warnings 2020-05-24 14:37:31 -04:00
Krishna Vedala
a1997776c9 split large_number class to a separate header file 2020-05-24 14:37:31 -04:00
Krishna Vedala
70cd195f30 large_factorial.cpp: added tests 2020-05-24 14:37:31 -04:00
Krishna Vedala
fe0c2b8517 compute factorial of arbitrarily any number 2020-05-24 14:37:31 -04:00
github-actions
258200ec9f updating DIRECTORY.md 2020-05-24 12:09:31 +00:00
Ayaan Khan
432f0241de
Merge pull request #789 from offamitkumar/master
feat : bridge finding with tarjan algorithm
2020-05-24 17:39:12 +05:30
Christian Clauss
2f68e1a7a3
Update CONTRIBUTION.md 2020-05-24 08:52:09 +02:00
github-actions
b1bacb03b5 updating DIRECTORY.md 2020-05-24 06:47:38 +00:00
Christian Clauss
9530dddacc
Delete Jump_Search.cpp 2020-05-24 08:47:27 +02:00
Amit Kumar
54248a101f feat : bridge finding with tarjan algorithm 2020-05-24 11:52:29 +05:30
Christian Clauss
0472939503
CONTRIBUTING.md: Don’t open issues asking to be assigned (#788)
* CONTRIBUTING.md: Don’t open issues asking to be assigned

This habit makes us slow and chatty so let’s discourage it.

* Update CONTRIBUTION.md

There are many issues asking permission for a pull request, instead a direct pull request for evaluation is of much help.

* Update CONTRIBUTION.md

Co-authored-by: Sombit Bose <sombit.bose15@gmail.com>
2020-05-24 08:07:02 +02:00
Christian Clauss
d7763a549c
Delete factorial.o 2020-05-24 06:44:48 +02:00
github-actions
34337c7bc3 updating DIRECTORY.md 2020-05-24 04:44:27 +00:00
Christian Clauss
303311def5
Rename Search/jump_search.cpp to search/jump_search.cpp 2020-05-24 06:44:04 +02:00
github-actions
09d40e008a updating DIRECTORY.md 2020-05-24 04:42:45 +00:00
Christian Clauss
6a5c5de7be
Delete factorial.cpp 2020-05-24 06:42:31 +02:00
Christian Clauss
f487a98077
Delete factorial.exe 2020-05-24 06:41:50 +02:00
Christian Clauss
4a67b974d2
.vscode: Set C_Cpp.clang_format_style 2020-05-24 06:39:18 +02:00
github-actions
1c19d850e0 updating DIRECTORY.md 2020-05-23 16:13:05 +00:00
Christian Clauss
4f45890e50
Update .gitignore 2020-05-23 18:12:44 +02:00
Anup Kumar Panwar
9f8aef5f11
Merge pull request #569 from nirmay0503/master
I added algorithm for jump search !!
2020-05-23 00:49:32 +05:30
Anup Kumar Panwar
6c85b7587d
Merge pull request #601 from SaiEashwarKS/patch-2
Added Jump Search
2020-05-23 00:48:36 +05:30
Anup Kumar Panwar
846dbc005b
Merge pull request #727 from DarkWarrior703/patch-5
Create double_factorial
2020-05-23 00:46:45 +05:30
Anup Kumar Panwar
22a5e863fd
Merge pull request #734 from faizanahamed1414/patch-2
error in line 23 i.e a constant value
2020-05-23 00:01:16 +05:30
Anup Kumar Panwar
b59b70718d
Merge pull request #735 from RobotRage/bayes-theorem
feat: created bayes_theorem.cpp
2020-05-22 23:45:23 +05:30
Anup Kumar Panwar
2c5eab2b66
Merge pull request #736 from RobotRage/binomial-dist
feat: added binomial_dist.cpp
2020-05-22 23:44:57 +05:30
Anup Kumar Panwar
400a28499e
Merge pull request #741 from deadshotsb/master
Create n_queens_all_solution_optimised.cpp
2020-05-22 23:44:32 +05:30
Anup Kumar Panwar
3a2812aa3d
Merge pull request #743 from kvedala/ols_linear-regressor
linear regression using ordinary lease squares
2020-05-22 23:43:43 +05:30
github-actions
a4e1d4c6c1 updating DIRECTORY.md 2020-05-22 14:14:06 +00:00
Aashish
77ba693cea
Create topological_sort_by_kahns_algo.cpp (#778)
* Create topological_sort_by_kahns_algo.cpp

implementation of topological sorting by kahn's algo

* Update topological_sort_by_kahns_algo

put c system headers before c++ system headers

* Update  topological_sort_by_kahns_algo.cpp

improves syntax (tabs/whitespaces etc)

* Update topological_sort_by_kahns_algo.cpp

removed errors

* Update graph/topological_sort_by_kahns_algo.cpp

improved syntax

Co-authored-by: Christian Clauss <cclauss@me.com>

* Fix indentation

* Fix include order

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-22 16:13:50 +02:00
github-actions
2ebeb3673b updating DIRECTORY.md 2020-05-22 10:15:46 +00:00
Amit Kumar
62b8c5162b
feat: added rabin_karp algorithm for string match (#779)
* feat: added rabin_karp algorithm for string match

* feat: added rabin_karp algorithm for string match

* feat: added rabin_karp algorithm for string match

* Update rabin_karp.cpp

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-22 12:15:29 +02:00
github-actions
8978cd0653 updating DIRECTORY.md 2020-05-22 10:14:37 +00:00
Ayaan Khan
721f7000e2
Merge pull request #772 from SamratDe/fix-issue
fix #765: Doubly Linked List algorithm bug
2020-05-22 15:44:17 +05:30
Samrat De
c18c3c129a wrapped all the functions inside a class 2020-05-22 09:23:02 +05:30
Samrat De
90c246035f wrapped all the functions inside a class 2020-05-22 09:21:03 +05:30
Samrat De
3df1f82bf6 wrapped all the functions inside a class 2020-05-22 09:14:31 +05:30
Samrat De
a67f9278e3 wrapped all the functions inside a class 2020-05-22 09:11:56 +05:30