Skip to content

Commit

Permalink
update CHANGELOG add latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdsefi committed Mar 16, 2023
1 parent c0e3270 commit cbbc3ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.3.0] - 2023-3-16

### Added
* Added connectivity package
* Added Trajan's algorithm implementation to find Strongly Connected Components(SCCs) in a graph
* Added Kosaraju's algorithm implementation to find SCCs in a graph
* Added Gabow's algorithm implementation to find SCCs in a graph

## [v0.2.0] - 2023-3-8

### Added
Expand Down

0 comments on commit cbbc3ad

Please sign in to comment.