commit a0fd70f156887596f388f0351a0d060f6cdf6d83 parent fa9df52519f6c34aea9e2ca66f8f8146499e61fc Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Dec 2018 20:40:05 +0100 fix link README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # this repo -WAVL tree implementation in C, inspired by (dmcmanam/bbst-showdown [JAVA implementation])[https://github.com/dmcmanam/bbst-showdown]. +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). # What is WAVL tree