Skip to content

Commit 6c25a54

Browse files
committed
WIP
1 parent 7e1757e commit 6c25a54

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Release](https://img.shields.io/github/release/CogitatorTech/ordered.svg?label=release&style=flat&labelColor=282c34&logo=github)](https://github.com/CogitatorTech/ordered/releases/latest)
1717
[![License](https://img.shields.io/badge/license-MIT-007ec6?label=license&style=flat&labelColor=282c34&logo=open-source-initiative)](https://github.com/CogitatorTech/ordered/blob/main/LICENSE)
1818

19-
A sorted collection library (sorted sets and sorted maps) for Zig
19+
A sorted collection library for Zig
2020

2121
</div>
2222

@@ -60,8 +60,6 @@ At the moment, Ordered supports the following implementations of these interface
6060
- $m$ = length of the key (for string-based keys)
6161
- † = average case complexity (the worst case is $O(n)$)
6262

63-
See the [ROADMAP.md](ROADMAP.md) for the list of implemented and planned features.
64-
6563
> [!IMPORTANT]
6664
> Ordered is in early development, so bugs and breaking API changes are expected.
6765
> Please use the [issues page](https://github.com/CogitatorTech/ordered/issues) to report bugs or request features.

0 commit comments

Comments
 (0)