From 4c9fd3eb441f5ef3d0e1ff894311d7a4e930371d Mon Sep 17 00:00:00 2001 From: John Washam Date: Sun, 14 Aug 2016 19:32:38 -0700 Subject: [PATCH] Reorganized garbage collection section. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fac831..31596e5 100644 --- a/README.md +++ b/README.md @@ -776,10 +776,10 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - Pages 1048 - 1140 in CLRS if you have it. - [ ] **Garbage collection** - - [x] Computer Science 61B - 2014-04-30: Garbage collection; Augmenting data str: https://www.youtube.com/watch?v=StdfeXaKGEc&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=25 + - [x] Garbage collection (Java); Augmenting data str: https://www.youtube.com/watch?v=StdfeXaKGEc&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=25 + - [x] Compilers: https://www.youtube.com/playlist?list=PLO9y7hOkmmSGTy5z6HZ-W4k2y8WXF7Bff + - [x] GC in Python: https://www.youtube.com/watch?v=iHVs_HkjdmI - [ ] Garbage Collection is Good!: https://www.infoq.com/presentations/garbage-collection-benefits - - [ ] Compilers: https://www.youtube.com/playlist?list=PLO9y7hOkmmSGTy5z6HZ-W4k2y8WXF7Bff - - [ ] GC in Python: https://www.youtube.com/watch?v=iHVs_HkjdmI - [ ] **Caches** - [ ] LRU cache: