Browse Source

Lines 1690/1996

Anri Lombard 2 years ago
parent
commit
1838f300ff
1 changed files with 11 additions and 1 deletions
  1. 11 1
      translations/README-af.md

+ 11 - 1
translations/README-af.md

@@ -1677,4 +1677,14 @@ Jy is nooit regtig klaar nie.
         - [AVL Tree Implementation (video)](https://www.coursera.org/learn/data-structures/lecture/PKEBC/avl-tree-implementation)
         - [Split And Merge](https://www.coursera.org/learn/data-structures/lecture/22BgE/split-and-merge)
     
-    - **Splay trees**
+    - **Splay trees**
+        - Prakties:
+            Splay bome is tipies gebruik in die implementering van caches, memory allocators, routers, garbage collctors,
+            data compression, ropes (vervanging van string gebruik vir lang teks strings), in Windows NT (in die virtual memory,
+            networking en file system kode) etc
+        - [CS 61B: Splay Trees (video)](https://archive.org/details/ucberkeley_webcast_G5QIXywcJlY)
+        - MIT Lecture: Splay Trees:
+            - Word baie wiskundig, maar kyk die laaste 10 minute vir seker
+
+    - **Red/black trees**
+        - Die is 'n vertaling van die 2-3 boom (sien onder).