Commit Graph

25 Commits

Author SHA1 Message Date
Krishna Vedala
cb5fee41ea Merge pull request #12 from Anmol3299/master
feat: Add BFS and DFS algorithms to check for cycle in a directed graph
2020-06-03 11:38:06 -04:00
Anmol3299
9d8736e79e Explicitely specify type of vector during graph instantiation 2020-06-03 20:40:09 +05:30
Anmol3299
8f04ffe3fb Remove a useless and possibly bad Graph constuctor overload 2020-06-03 20:33:38 +05:30
Anmol3299
a77dafba64 Use pointer instead of the non-const reference
because apparently google says so.
2020-06-03 19:40:51 +05:30
Anmol3299
a3df421e36 fix bad code
sorry for force push
2020-06-03 18:53:01 +05:30
Anmol3299
c1fadaaeb3 Remove const references for input of simple types
Reason: overhead on access
2020-06-03 18:17:05 +05:30
Anmol3299
09af5e3c0e feat: Add BFS and DFS algorithms to check for cycle in a directed graph 2020-06-02 21:36:31 +05:30
github-actions
8a2de9842b formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
github-actions
92fe9495ec formatting filenames 153fb7b8a5 2020-05-30 04:02:05 +00:00
github-actions
7ad1f171c1 formatting source-code for d7af6fdc8c 2020-05-29 23:26:30 +00:00
github-actions
edb3d51ec2 formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +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
Amit Kumar
54248a101f feat : bridge finding with tarjan algorithm 2020-05-24 11:52:29 +05:30
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
coderanant
d3b60e0de8 fix: dynamically allocate all arrays 2020-05-22 01:06:40 +05:30
coderanant
19be84cf58 fix bug 2020-05-22 00:49:03 +05:30
coderanant
3f87fcc4b6 feat: add algorithm to check number of components with the help of Union Find Structure 2020-05-21 23:29:52 +05:30
Himanshu Airan
17b8deec06 Create Prim.cpp (#750)
* Create Prim.cpp

Created file for Prim's Algorithm in graph that was still missing.

* Update Prim.cpp

Edited indentation part

* Update Prim.cpp

indentation updated

* Update Prim.cpp

Indentation updated

* Rename Prim.cpp to prim.cpp

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-21 17:25:53 +02:00
Ayaan Khan
4df1a27825 Fixed cpplint errors 2020-05-18 17:11:15 +05:30
Ayaan Khan
c936a6d87e cpplint fix 2020-05-18 17:04:35 +05:30
Ayaan Khan
cd9f5cd584 somemore cpplint fixing 2020-05-18 16:57:00 +05:30
Ayaan Khan
4c6c1dbe40 cpplint fixing 2020-05-18 16:48:26 +05:30
Ayaan Khan
6392099cab Connected Components using DFS 2020-05-18 16:14:51 +05:30
stepfencurryxiao
f659bcc9fc Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
Christian Clauss
e3bdbb9e6f rename Graph -> graph (#649) 2019-11-28 13:30:19 +01:00