Removed note.
This commit is contained in:
@ -618,9 +618,7 @@ Then test it out on a computer to make sure it's not buggy from syntax.
|
|||||||
|
|
||||||
## Graphs
|
## Graphs
|
||||||
|
|
||||||
This area is sparse (no pun intended), and I'll be filling it in once I get here.
|
- Notes from Yegge:
|
||||||
|
|
||||||
- Notes:
|
|
||||||
- There are three basic ways to represent a graph in memory:
|
- There are three basic ways to represent a graph in memory:
|
||||||
- objects and pointers
|
- objects and pointers
|
||||||
- matrix
|
- matrix
|
||||||
@ -658,10 +656,6 @@ Then test it out on a computer to make sure it's not buggy from syntax.
|
|||||||
|
|
||||||
- Full Coursera Course: Algorithms on Graphs: https://www.coursera.org/learn/algorithms-on-graphs/home/welcome
|
- Full Coursera Course: Algorithms on Graphs: https://www.coursera.org/learn/algorithms-on-graphs/home/welcome
|
||||||
|
|
||||||
- Implement:
|
|
||||||
- [ ] Dijkstra's algorithm
|
|
||||||
- [ ] A*
|
|
||||||
|
|
||||||
- For Curiosity:
|
- For Curiosity:
|
||||||
- [ ] Speeding up Dijkstra: https://www.youtube.com/watch?v=CHvQ3q_gJ7E
|
- [ ] Speeding up Dijkstra: https://www.youtube.com/watch?v=CHvQ3q_gJ7E
|
||||||
- covers Fibonacci heap, a more complicated but more efficient heap than binary heap
|
- covers Fibonacci heap, a more complicated but more efficient heap than binary heap
|
||||||
|
Reference in New Issue
Block a user