Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Oct 5, 2010
1 parent ba4456c commit 22436d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Sized binary search tree

- Nievergelt (METHOD=1)
- Nievergelt & Reingold <1+sqrt 2,sqrt2> (METHOD=1)
- Roura (METHOD=2)
- Adams (METHOD=3)
- Adams (4,2) (METHOD=3) -- this is the default code
- Adams (3,2) (METHOD=4)
- Adams <3,2> (METHOD=5)

# Tests with HUnit and QuickCheck

Expand Down

0 comments on commit 22436d2

Please sign in to comment.