Skip to content

Commit

Permalink
docs(adjacency): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 22, 2024
1 parent 18d2753 commit ea90484
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/adjacency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@

Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs.

> [!IMPORTANT]
> In July 2024 this package was restructured and split-up to extract some
> features into smaller more focused packages:
>
> - [@thi.ng/disjoint-set](https://thi.ng/disjoint-set)
### Graph implementations

The following types all implement the [`IGraph`
Expand Down
6 changes: 6 additions & 0 deletions packages/adjacency/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

{{pkg.description}}

> [!IMPORTANT]
> In July 2024 this package was restructured and split-up to extract some
> features into smaller more focused packages:
>
> - [@thi.ng/disjoint-set](https://thi.ng/disjoint-set)
### Graph implementations

The following types all implement the [`IGraph`
Expand Down

0 comments on commit ea90484

Please sign in to comment.