wavlTree

wavl tree: weak AVL Tree
git clone https://noulin.net/git/wavlTree.git
Log | Files | Refs | README | LICENSE

commit e35b92f21860ee2f5d185a7996a6fafca5c0bd40
parent a0fd70f156887596f388f0351a0d060f6cdf6d83
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Dec 2018 20:40:44 +0100

capital letter

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# this repo +# This repo WAVL tree implementation in C, inspired by [dmcmanam/bbst-showdown (JAVA implementation)](https://github.com/dmcmanam/bbst-showdown). All tests have passed and there is no memory leak(tested with valgrind).