Skip to content

Commit 6f9e1db

Browse files
authored
Update README.md
Updated Python book recommendation to Coding Interview Patterns.
1 parent 1cea066 commit 6f9e1db

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

+9-14
Original file line numberDiff line numberDiff line change
@@ -348,19 +348,19 @@ This book will form your foundation for computer science.
348348
349349
Just choose one, in a language that you will be comfortable with. You'll be doing a lot of reading and coding.
350350

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+
351359
### C
352360

353361
- [Algorithms in C, Parts 1-5 (Bundle), 3rd Edition](https://www.amazon.com/Algorithms-Parts-1-5-Bundle-Fundamentals/dp/0201756080)
354362
- Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms
355363

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-
364364
### Java
365365

366366
Your choice:
@@ -389,12 +389,7 @@ Your choice:
389389

390390
Here are some recommended books to supplement your learning.
391391

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)
398393

399394
- [Programming Interviews Exposed: Coding Your Way Through the Interview, 4th Edition](https://www.amazon.com/Programming-Interviews-Exposed-Through-Interview/dp/111941847X/)
400395
- Answers in C++ and Java

0 commit comments

Comments
 (0)