Commit Graph

15 Commits

Author SHA1 Message Date
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