Jump to ratings and reviews
Rate this book

Daily Coding Problem: Get exceptionally good at coding interviews by solving one problem every day

Rate this book
Daily Coding Problem contains a wide variety of questions inspired by real programming interviews, with in-depth solutions that clearly take you through each core concept. You’ll learn about: • Linked Lists • Arrays • Heaps • Trees • Graphs • Randomized Algorithms • Backtracking • Dynamic Programming • Stacks and Queues • Bit Manipulation • System Design

299 pages, Paperback

Published January 31, 2019

24 people are currently reading
305 people want to read

About the author

Lawrence Wu

8 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
15 (37%)
4 stars
15 (37%)
3 stars
5 (12%)
2 stars
2 (5%)
1 star
3 (7%)
Displaying 1 of 1 review
Profile Image for Michael Chen.
16 reviews6 followers
May 1, 2021
I'm only on the 27th page so far, reading the fourth problem, but I already see a significant error. For the problem "Find number of smaller elements to the right" (basically https://leetcode.com/problems/count-o...), they provide a supposed O(n log n), but in reality, I'm pretty sure it's O(n²), no better than the naive solution that they knock down.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.