Commit Graph

772 Commits

Author SHA1 Message Date
Krishna Vedala
4847329527
fixed windows build error
(cherry picked from commit 4b25222d43)
2020-05-26 10:17:18 -04:00
Krishna Vedala
59be834836
fixed lint
(cherry picked from commit fb3a8091f9)
2020-05-26 10:17:07 -04:00
Krishna Vedala
5f8b270992
file rename
(cherry picked from commit d6d328c8c9)
2020-05-26 10:16:56 -04:00
Krishna Vedala
5fddd6c7cd
cin accepts only one variable at a time & fixed cpplint
(cherry picked from commit 2def9abcc2)
2020-05-26 10:16:45 -04:00
Krishna Vedala
05ec7bed72
improved documentation
(cherry picked from commit 139964d325)
2020-05-26 10:16:37 -04:00
Krishna Vedala
36b4d59d59
rand_r is non-portable and obsolete
(cherry picked from commit 0ad756f860)
2020-05-26 10:16:15 -04:00
Krishna Vedala
a6319c5f43
newline character at EOF of gitignore
(cherry picked from commit 614ea8eb58)
2020-05-26 10:16:03 -04:00
github-actions
f28099d3f8 updating DIRECTORY.md 2020-05-26 04:54:27 +00:00
Krishna Vedala
ecffb77f86
remove dash from filename 2020-05-26 00:54:03 -04:00
github-actions
9d64ff014e updating DIRECTORY.md 2020-05-26 04:52:59 +00:00
Krishna Vedala
dddcbee9ce
fixed more filenames 2020-05-26 00:52:38 -04:00
Krishna Vedala
22b375c058
fix cpp_lint bug 2020-05-26 00:49:27 -04:00
github-actions
2e2f9c209c updating DIRECTORY.md 2020-05-26 03:32:54 +00:00
Krishna Vedala
b9bb6caa73
made functions static to files
*BUG* in CPP lint github action
2020-05-25 23:32:31 -04:00
Krishna Vedala
c93f3ef35e
fix inttypes 2020-05-25 23:25:44 -04:00
github-actions
4c7685fdf6 updating DIRECTORY.md 2020-05-26 03:22:58 +00:00
Krishna Vedala
9f22fb1344
Merge branch 'major-corrections-to-files' of github.com:kvedala/C-Plus-Plus into major-corrections-to-files
* 'major-corrections-to-files' of github.com:kvedala/C-Plus-Plus:
  updating DIRECTORY.md
2020-05-25 23:22:36 -04:00
Krishna Vedala
82dab7515c
filenames and namespace fixes 2020-05-25 23:22:26 -04:00
github-actions
15d481f8ca updating DIRECTORY.md 2020-05-26 03:13:48 +00:00
Krishna Vedala
120fe06fcb
files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
Krishna Vedala
4e8a2f7151
non compiling and illegible code removed 2020-05-25 23:12:12 -04:00
github-actions
ef24ae3a09 updating DIRECTORY.md 2020-05-26 02:57:04 +00:00
Krishna Vedala
baea3b07c1
major corrections in the files - bad CPPLINT and non-compilable codes 2020-05-25 22:56:38 -04:00
Krishna Vedala
1e5b9f842d
ignore build directory
(cherry picked from commit 0e3a57ab3f)
2020-05-25 22:53:17 -04:00
Krishna Vedala
b36322c629
file rename to standards
(cherry picked from commit 412d3ff1a2)
2020-05-25 22:53:10 -04:00
Krishna Vedala
8207c776eb
syntax correction
(cherry picked from commit 260ba8d3a4)
2020-05-25 22:52:33 -04:00
Krishna Vedala
a1663277c7
cherry pick changes from "cmake branch" 2020-05-25 22:51:18 -04:00
github-actions
6b55d4472f updating DIRECTORY.md 2020-05-25 15:18:11 +00:00
Amit Kumar
1f07064a78
feat : find maximum flow in a graph (#791)
* feat : find maximum flow in a graph

* updated : find maximum flow in a graph

* updated name - conventions

* updated some suitable namings
2020-05-25 20:47:55 +05:30
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