Browse Source

Added one more reference for BBSTs.

John Washam 8 years ago
parent
commit
6b888a2e38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -452,6 +452,7 @@ Then test it out on a computer to make sure it's not buggy from syntax.
         If you end up implementing red/black tree try just these:
         If you end up implementing red/black tree try just these:
         - search and insertion functions, skipping delete
         - search and insertion functions, skipping delete
     - I want to learn more about B-Tree since it's used so widely with very large data sets.
     - I want to learn more about B-Tree since it's used so widely with very large data sets.
+    - [x] Self-balancing binary search tree: https://en.wikipedia.org/wiki/Self-balancing_binary_search_tree
 
 
     - [x] **AVL trees**
     - [x] **AVL trees**
         - In practice:
         - In practice: