Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lrleon authored Sep 20, 2020
1 parent a9dca0d commit 485cb38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# treaps
Go package ordered sets implemented with balanced binary search trees
Go package for ordered sets implemented with balanced binary search trees

This package is a full implementation of an ordered set of keys. Key can be of any type provided that the `less` function, used for comparing elements, is defined.

0 comments on commit 485cb38

Please sign in to comment.