Lines 1000/1996

This commit is contained in:
Anri Lombard
2022-07-17 22:49:57 +02:00
parent 19a9e59015
commit 8415adc8a2

View File

@ -991,4 +991,13 @@ Grafieke kan gebruik word om baie problmeme in rekenaar wetenskap te verteenwoor
- [ ] topological sort
- [ ] tel gekoppelde komponente in 'n grafiek
- [ ] lys sterk gokoppelde komponente
- [ ] kyk vir bipartite graph
- [ ] kyk vir bipartite graph
## Nog Meer Kennis
- ### Recursion
- [ ] Stanford lesings oor recursion & backtracking:
- [ ] [Lecture 8 | Programming Abstractions (video)](https://www.youtube.com/watch?v=gl3emqCuueQ&list=PLFE6E58F856038C69&index=8)
- [ ] [Lecture 9 | Programming Abstractions (video)](https://www.youtube.com/watch?v=uFJhEPrbycQ&list=PLFE6E58F856038C69&index=9)
- [ ] [Lecture 10 | Programming Abstractions (video)](https://www.youtube.com/watch?v=NdF1QDTRkck&index=10&list=PLFE6E58F856038C69)
- [ ] [Lecture 11 | Programming Abstractions (video)](https://www.youtube.com/watch?v=p-gpaIGRCQI&list=PLFE6E58F856038C69&index=11)