v1.2.8
What's Changed
- Fix Prim's algorithm implementation and update tests by @Alokzh in #41
- Implemented Depth-First Search (DFS) Algorithm & Added Tests by @Alokzh in #43
- Implemented Floyd Warshall Algorithm & Added Tests by @Alokzh in #45
- Add shortest path algorithm intentded to be used in ABCD algorithm in Druid by @m-demare in #47
- Added Edmonds-Karp Algorithm Implementation by @pankaj-bind in #48
- Fixed inspector by @jordanmontt
- CI fixed and minor changes by @jordanmontt
New Contributors
- @Alokzh made their first contribution in #41
- @m-demare made their first contribution in #47
- @pankaj-bind made their first contribution in #48
Full Changelog: v1.2.7...v1.2.8