File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -889,11 +889,11 @@ Graphs can be used to represent many problems in computer science, so this secti
889
889
- Familiarize yourself with each representation and its pros & cons
890
890
- BFS and DFS - know their computational complexity, their tradeoffs, and how to implement them in real code
891
891
- When asked a question, look for a graph-based solution first, then move on if none.
892
-
892
+
893
893
- [ ] MIT(videos):
894
894
- [ ] [ Breadth-First Search] ( https://www.youtube.com/watch?v=s-CYnVz-uh4&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=13 )
895
895
- [ ] [ Depth-First Search] ( https://www.youtube.com/watch?v=AfSk24UTFS8&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=14 )
896
-
896
+
897
897
- [ ] Skiena Lectures - great intro:
898
898
- [ ] [ CSE373 2012 - Lecture 11 - Graph Data Structures (video)] ( https://www.youtube.com/watch?v=OiXxhDrFruw&list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b&index=11 )
899
899
- [ ] [ CSE373 2012 - Lecture 12 - Breadth-First Search (video)] ( https://www.youtube.com/watch?v=g5vF8jscteo&list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b&index=12 )
@@ -1170,7 +1170,7 @@ Graphs can be used to represent many problems in computer science, so this secti
1170
1170
- [ ] [ What Every Programmer Absolutely, Positively Needs To Know About Encodings And Character Sets To Work With Text] ( http://kunststube.net/encoding/ )
1171
1171
1172
1172
- ### Endianness
1173
- - [ ] [ Big And Little Endian] ( https://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Data/endian.html )
1173
+ - [ ] [ Big And Little Endian] ( https://web.archive.org/web/20180107141940/http:// www.cs.umd.edu:80 /class/sum2003/cmsc311/Notes/Data/endian.html )
1174
1174
- [ ] [ Big Endian Vs Little Endian (video)] ( https://www.youtube.com/watch?v=JrNF0KRAlyo )
1175
1175
- [ ] [ Big And Little Endian Inside/Out (video)] ( https://www.youtube.com/watch?v=oBSuXP-1Tc0 )
1176
1176
- Very technical talk for kernel devs. Don't worry if most is over your head.
You can’t perform that action at this time.
0 commit comments