You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-14
Original file line number
Diff line number
Diff line change
@@ -348,19 +348,19 @@ This book will form your foundation for computer science.
348
348
349
349
Just choose one, in a language that you will be comfortable with. You'll be doing a lot of reading and coding.
350
350
351
+
### Python
352
+
353
+
- [Coding Interview Patterns: Nail Your Next Coding Interview](https://geni.us/q7svoz) (**Main Recommendation**)
354
+
- An insider’s perspective on what interviewers are truly looking for and why.
355
+
- 101 real coding interview problems with detailed solutions.
356
+
- Intuitive explanations that guide you through each problem as if you were solving it in a live interview.
357
+
- 1000+ diagrams to illustrate key concepts and patterns.
358
+
351
359
### C
352
360
353
361
- [Algorithms in C, Parts 1-5 (Bundle), 3rd Edition](https://www.amazon.com/Algorithms-Parts-1-5-Bundle-Fundamentals/dp/0201756080)
354
362
- Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms
355
363
356
-
### Python
357
-
358
-
- [Data Structures and Algorithms in Python](https://www.amazon.com/Structures-Algorithms-Python-Michael-Goodrich/dp/1118290275/)
359
-
- by Goodrich, Tamassia, Goldwasser
360
-
- I loved this book. It covered everything and more.
361
-
- Pythonic code
362
-
- my glowing book report: https://startupnextdoor.com/book-report-data-structures-and-algorithms-in-python/
363
-
364
364
### Java
365
365
366
366
Your choice:
@@ -389,12 +389,7 @@ Your choice:
389
389
390
390
Here are some recommended books to supplement your learning.
391
391
392
-
393
-
- [Coding Interview Patterns: Nail Your Next Coding Interview](https://geni.us/q7svoz) (**Main recommendation**)
394
-
- An insider’s perspective on what interviewers are truly looking for and why.
395
-
- 101 real coding interview problems with detailed solutions.
396
-
- Intuitive explanations that guide you through each problem as if you were solving it in a live interview.
397
-
- 1000+ diagrams to illustrate key concepts and patterns.
392
+
- [Coding Interview Patterns: Nail Your Next Coding Interview](https://geni.us/q7svoz)
398
393
399
394
- [Programming Interviews Exposed: Coding Your Way Through the Interview, 4th Edition](https://www.amazon.com/Programming-Interviews-Exposed-Through-Interview/dp/111941847X/)
0 commit comments