What's Changed
- Minimum Spanning Tree: Prim's algorithm by @antonioaversa in #222
- Graphs: Shortest Distance Tree - Dijkstra's algorithm by @antonioaversa in #224
- Graphs: Shortest Distance Tree - Bellman-Ford's algorithm by @antonioaversa in #225
- Graphs: Shortest Distance - Bidirectional Dijkstra's algorithm by @antonioaversa in #226
- Graphs: Shortest Distance - A* and bidirectional A* by @antonioaversa in #227
- Update readme and project tags with A* by @antonioaversa in #228
Full Changelog: v0.0.6...v0.0.7