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
-64
Original file line number
Diff line number
Diff line change
@@ -51,70 +51,6 @@ Chapter 19: Math and Geometry
51
51
Alex Xu is a software engineer and author. His book 'System Design Interview - An Insider's Guide' is an Amazon bestseller, which has been translated into six languages. He has worked at Twitter, Apple, and Zynga.
52
52
53
53
54
-
**Shaun Gunawardane**\
55
-
Shaun Gunawardane is a competitive programmer with experience at Google. As a founder of a not-for-profit coding program, he has helped hundreds of students secure software engineering positions at leading companies like Google, Amazon, and Jane Street.
56
-
57
-
## 📞 Contact
58
-
59
-
If you have comments or questions about this repository, feel free to contact us at [email protected].
60
-
61
-
Happy coding and good luck with your interviews! 🚀
Welcome to the **Coding Interview Patterns** GitHub repository! This repository contains all the coding problem solutions presented in the book *Coding Interview Patterns*.
67
-
68
-
## 🌐 Access the Online Coding Platform
69
-
70
-
The only way to truly excel in coding interviews is with consistent practice. We highly recommend
71
-
visiting our website to practice all 101 problems. Engaging with these problems on our platform is
72
-
going to reinforce your learning, and better prepare you for high‐stakes coding interviews:\
73
-
https://bit.ly/run-code
74
-
75
-
## 📙 About the Book
76
-
77
-
Coding interviews are tough, and they're only getting tougher, typically demanding months of preparation. What we all want is a way to master algorithms and data structures without having to spend countless hours sifting through endless, unfocussed resources. Introducing "Coding Interview Patterns," your complete guide to mastering the key patterns needed to ace your next coding interview.<br />
78
-
79
-
### What’s inside?
80
-
- An insider’s perspective on what interviewers are truly looking for and why.
81
-
- 101 real coding interview problems with detailed solutions.
82
-
- Intuitive explanations that guide you through each problem as if you were solving it in a live interview.
83
-
- 1000+ diagrams to illustrate key concepts and patterns.
84
-
<br />
85
-
86
-
87
-
### Table of Contents
88
-
Chapter 1: Two Pointers\
89
-
Chapter 2: Hash Maps and Sets\
90
-
Chapter 3: Linked Lists\
91
-
Chapter 4: Fast and Slow Pointers\
92
-
Chapter 5: Sliding Windows\
93
-
Chapter 6: Binary Search\
94
-
Chapter 7: Stacks\
95
-
Chapter 8: Heaps\
96
-
Chapter 9: Intervals\
97
-
Chapter 10: Prefix Sums\
98
-
Chapter 11: Trees\
99
-
Chapter 12: Tries\
100
-
Chapter 13: Graphs\
101
-
Chapter 14: Backtracking\
102
-
Chapter 15: Dynamic Programming\
103
-
Chapter 16: Greedy\
104
-
Chapter 17: Sort and Search\
105
-
Chapter 18: Bit Manipulation\
106
-
Chapter 19: Math and Geometry
107
-
108
-
### Now available on Amazon: https://a.co/d/dDMKLfM
109
-
110
-
---
111
-
112
-
113
-
## 👥 About the Authors
114
-
**Alex Xu**\
115
-
Alex Xu is a software engineer and author. His book 'System Design Interview - An Insider's Guide' is an Amazon bestseller, which has been translated into six languages. He has worked at Twitter, Apple, and Zynga.
116
-
117
-
118
54
**Shaun Gunawardane**\
119
55
Shaun Gunawardane is a competitive programmer with experience at Google. As a founder of a not-for-profit coding program, he has helped hundreds of students secure software engineering positions at leading companies like Google, Amazon, and Jane Street.
0 commit comments