Commit Graph

3 Commits

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