|
| 1 | +[](https://www.youtube.com/watch?v=difrBNjGwLo) |
| 2 | + |
| 3 | + |
| 4 | + |
1 | 5 | # |
2 | 6 |
|
3 | 7 | * [#08 - Tree Indexes: B+Trees (CMU Intro to Database Systems)](https://www.youtube.com/watch?v=scUtG_6M_lU) |
|
33 | 37 | * [How do Spell Checkers work? Levenshtein Edit Distance](https://www.youtube.com/watch?v=Cu7Tl7FGigQ) |
34 | 38 | * [The Algorithm Behind Spell Checkers](https://www.youtube.com/watch?v=d-Eq6x1yssU) |
35 | 39 |
|
36 | | -## CRDT |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | -https://github.com/nictuku/dht |
42 | | -https://github.com/shiyanhui/dht |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | -* [Collaborative Text Editing Paper](https://arxiv.org/pdf/2305.00583) |
48 | | - |
49 | | -* https://github.com/josephg/crdt-from-scratch |
50 | | -* https://github.com/josephg/egwalker-from-scratch |
51 | | - |
52 | | -* [Collaborative Text Editing with Eg-Walker](https://www.youtube.com/watch?v=rjbEG7COj7o) |
53 | | -* [Text CRDTs from scratch, in code!](https://www.youtube.com/watch?v=_lQ2Q4Kzi1I) |
54 | | -* [Lets write Eg-walker from scratch! Part 1](https://www.youtube.com/watch?v=ggXka5TTsOs) |
55 | | - |
56 | | -* [Conflict-Free Replicated Data Types (CRDT) for Distributed JavaScript Apps](https://www.youtube.com/watch?v=M8-WFTjZoA0) |
57 | | -* [CRDTs: The Hard Parts](https://www.youtube.com/watch?v=x7drE24geUw) |
58 | | -* [CRDTs and the Quest for Distributed Consistency](https://www.youtube.com/watch?v=B5NULPSiOGw) |
59 | | -* [A CRDT Primer: Defanging Order Theory](https://www.youtube.com/watch?v=OOlnp2bZVRs) |
60 | | - |
61 | | -* [Loro Is Local-First State With CRDT](https://www.youtube.com/watch?v=NB7HRfyufLk) |
62 | | -* [How Yjs works from the inside out](https://www.youtube.com/watch?v=0l5XgnQ6rB4) |
63 | | - |
64 | | -* [CRDTs for Non Academics](https://www.youtube.com/watch?v=vBU70EjwGfw) |
65 | | -* [An introduction to Conflict-Free Replicated Data Types (CRDTs)](https://www.youtube.com/watch?v=gZP2VUmH05A) |
66 | | - |
67 | | -* [CRDT Survey](https://mattweidner.com/2023/09/26/crdt-survey-1.html) |
68 | | -* [An introduction to state-based CRDTs](https://www.bartoszsypytkowski.com/the-state-of-a-state-based-crdts/) |
69 | | - |
70 | 40 | ## Data Structure |
71 | 41 |
|
72 | 42 | * [Heaps, heapsort, and priority queues - Inside code](https://www.youtube.com/watch?v=pLIajuc31qk) |
|
0 commit comments