Sorry for the delay! I did read the book cover to cover! It does a great job in consolidating every other resource and distills it down. ( nothing new in the book that you won’t find if you spend hours going over all resources in the internet) I love 2 things about the book:
1. I like book format, so it really helps me to distill different resources into single place.
2. I really liked the intro sections for each topic, some topics starts with very basic intro, but It did help to revisit concepts. But all along, it was easy to follow the step by step.
For anyone planning to buy, you could try the bonus material pdf and see if writing style works! For me, I really liked they way they explained ( somehow resonates with me)
Is there a chance the book will be available on Kindle?
Looking for a kindle version
could you please tell which programming language is used in the book?
Not available in India
Not available on kindle yet ?
Why is this book not available in India? I really appreciate the System Design books. Please launch this book in India
The code in the book is written in Python.
Is it possible to have a chapter example to understand the style and typography chosen? Looking forward to read the book since I’m more a book person.
waiting for kindle edition
In India, it is not available yet. Can you kindly suggest means to buy it?
Ordered it! Keep doing the awesome work
Sure! TBH I myself don’t know much, not sure if the book is in python or other language, but judging by the GitHub repository it’s in python
Where is Repo?
https://github.com/ByteByteGoHq/coding-interview-patterns
Hi Ravi, could you please give us some more information about the book when you receive it?
Sorry for the delay! I did read the book cover to cover! It does a great job in consolidating every other resource and distills it down. ( nothing new in the book that you won’t find if you spend hours going over all resources in the internet) I love 2 things about the book:
1. I like book format, so it really helps me to distill different resources into single place.
2. I really liked the intro sections for each topic, some topics starts with very basic intro, but It did help to revisit concepts. But all along, it was easy to follow the step by step.
For anyone planning to buy, you could try the bonus material pdf and see if writing style works! For me, I really liked they way they explained ( somehow resonates with me)
Waiting for the Kindle version as prefer reading on my iPad
Could you share what’s covered in the "Math and Geometry" chapter?
Hi Alex, i have purchased the book. Any chance, can i get a pdf of this version please?
Please let me know if it is a good choice for DATA ENGINEERING interviews
Hi Xu, recently purchased Coding Interview Patterns” book and was going through Two Pointer chapter and had a question for you,
Left variable initialized to 0 but the right variable should be initialized to len(nums ) - 1 correct?