Skip to content

Commit

Permalink
Lines 1690/1996
Browse files Browse the repository at this point in the history
  • Loading branch information
Anri-Lombard committed Jul 21, 2022
1 parent bb4f52c commit 1838f30
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion translations/README-af.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 1838f30

Please sign in to comment.