Skip to content

Commit 8ea6679

Browse files
authored
Merge pull request jwasham#417 from arora-aditya/master
fix Endian link jwasham#414
2 parents c2737bb + 7fca187 commit 8ea6679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,11 +889,11 @@ Graphs can be used to represent many problems in computer science, so this secti
889889
- Familiarize yourself with each representation and its pros & cons
890890
- BFS and DFS - know their computational complexity, their tradeoffs, and how to implement them in real code
891891
- When asked a question, look for a graph-based solution first, then move on if none.
892-
892+
893893
- [ ] MIT(videos):
894894
- [ ] [Breadth-First Search](https://www.youtube.com/watch?v=s-CYnVz-uh4&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=13)
895895
- [ ] [Depth-First Search](https://www.youtube.com/watch?v=AfSk24UTFS8&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=14)
896-
896+
897897
- [ ] Skiena Lectures - great intro:
898898
- [ ] [CSE373 2012 - Lecture 11 - Graph Data Structures (video)](https://www.youtube.com/watch?v=OiXxhDrFruw&list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b&index=11)
899899
- [ ] [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
11701170
- [ ] [What Every Programmer Absolutely, Positively Needs To Know About Encodings And Character Sets To Work With Text](http://kunststube.net/encoding/)
11711171

11721172
- ### 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)
11741174
- [ ] [Big Endian Vs Little Endian (video)](https://www.youtube.com/watch?v=JrNF0KRAlyo)
11751175
- [ ] [Big And Little Endian Inside/Out (video)](https://www.youtube.com/watch?v=oBSuXP-1Tc0)
11761176
- Very technical talk for kernel devs. Don't worry if most is over your head.

0 commit comments

Comments
 (0)