gpamangkp
b5cbf0e84a
Modified the source for wider range of inputs
...
1. Replaced the namespace with a generic class Graph
2. Created add edge function to account for both directional and bidirectional graph
3. test case to include string nodes also
2020-10-21 10:25:43 +05:30
Filip Hlasek
d4b54b8294
feat: Define graph structure in breadth_first_search ( #1076 )
...
* feat: Define graph structure in breadth_first_search
* using instead of typedef
2020-09-18 13:34:18 -04:00
Filip Hlasek
79fb528dad
fix: clang-format for graph/ ( #1056 )
...
* fix: clang-format for graph/
* remove graph.h
2020-08-27 09:28:31 -05:00
Filip Hlasek
7559610a84
fix: refactor BFS algorithm. ( #990 )
...
* Refactor BFS algorithm.
* Rename bfs.
* Align the parameter padding.
* Fix parameter padding
* Fix typo in function name.
2020-08-08 08:28:50 -04:00