Skip to content

Commit 4d9e50e

Browse files
authored
Merge pull request jwasham#425 from hezhizhen/patch-3
Remove trailing spaces and unnecessary new lines
2 parents feed23e + edade0b commit 4d9e50e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

programming-language-resources.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- [Harvard CS50 - GDB (video)](https://www.youtube.com/watch?v=y5JmQItfFck)
1010
- [Valgrind (video)](https://www.youtube.com/watch?v=fvTsFjDuag8)
1111
- [Let us C](https://books.google.co.in/books/about/Let_Us_C.html?id=7HrjAAAACAAJ)
12-
1312
- C++
1413
- [C++ Cheat Sheet](https://github.com/jwasham/coding-interview-university/blob/master/extras/cheat%20sheets/Cpp_reference.pdf)
1514
- [STL Cheat Sheet](https://github.com/jwasham/coding-interview-university/blob/master/extras/cheat%20sheets/STL%20Quick%20Reference%201.29.pdf)
@@ -30,7 +29,6 @@
3029
- [Efficiency with Algorithms, Performance with Data Structures (video)](https://youtu.be/fHNmRkzxHWs)
3130
- [Review of C++ concepts (video)](https://www.youtube.com/watch?v=Rub-JsjMhWY)
3231
- [Let us C++](https://books.google.co.in/books/about/Let_Us_C++.html?id=6HrjAAAACAAJ)
33-
3432
- Python
3533
- [Python Cheat Sheet](https://github.com/jwasham/coding-interview-university/blob/master/extras/cheat%20sheets/python-cheat-sheet-v1.pdf)
3634
- [Python in One Video](https://www.youtube.com/watch?v=N4mEzFDjqtA)
@@ -41,12 +39,11 @@
4139
- [10 Tips for Pythonic Code (video)](https://www.youtube.com/watch?v=_O23jIXsshs)
4240
- [Beyond PEP 8 -- Best practices for beautiful intelligible code (video)](https://www.youtube.com/watch?v=wf-BqAjZb8M)
4341
- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
44-
4542
- Java
4643
- [Stanford CS106A - Programming Methodology (video)](https://see.stanford.edu/Course/CS106A)
4744
- [Software Construction In Java (video)](https://www.edx.org/course/software-construction-java-mitx-6-005-1x)
4845
- [Introduction To Programming In Java](http://introcs.cs.princeton.edu/java/home/)
49-
- [Algorithms 4th Ed - Algorithm Book In Java](http://algs4.cs.princeton.edu/home/)
46+
- [Algorithms 4th Ed - Algorithm Book In Java](http://algs4.cs.princeton.edu/home/)
5047
- [Effective Java 3rd Edition](https://www.amazon.com/Effective-Java-Joshua-Bloch-ebook/dp/B078H61SCH)
5148
- Go
5249
- [The Go programming Language](https://golang.org/)

0 commit comments

Comments
 (0)