Release v0.5.0
What's Changed
- Documentation Update by @ZigRazor in #232
- introduce topological sort for graph by @suncanghuai in #247
- Fix typo in link specification by @Adda0 in #248
- introduce WeightBalancedLibra algorithm(vertex-cut graph partition) by @suncanghuai in #249
- Upgrade CodeSee workflow to version 2 by @codesee-maps in #250
- add multithread-bfs by @suncanghuai in #252
- Implement best first search by @pradkrish in #254
- Include best first search test by @pradkrish in #258
- Update README for best first search algorithm by @pradkrish in #257
- Implement kahn's algorithm for topological sorting by @pradkrish in #259
- Improved return type for Kosaraju's algoritm + tests by @dvd2000 in #260
- Const Code Review by @ZigRazor in #269
New Contributors
- @suncanghuai made their first contribution in #247
- @Adda0 made their first contribution in #248
- @pradkrish made their first contribution in #254
- @dvd2000 made their first contribution in #260
Full Changelog: v0.4.0...v0.5.0