Skip to content

Jupyter notebooks with my solutions to exercises from Daily Coding Problem by Alex Miller and Lawrence Wu (2019).

Notifications You must be signed in to change notification settings

marcoemorais/dailycodingproblem-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dailycodingproblem-python

This repo contains jupyter notebooks with my solutions to exercises from Daily Coding Problem by Alex Miller and Lawrence Wu (Miller and Wu, 2019). In many cases, the solution described in the book is similar to the approach I used when solving each problem, but my intent was not to reproduce the solutions from the book verbatim. Instead I solved each problem before looking at the solution in the book and only made revisions if I found my solution to be substantially inferior.

@book{miller2019daily,
  title={Daily Coding Problem: Get Exceptionally Good at Coding Interviews by Solving One Problem Every Day},
  author={Miller, A. and Wu, L.},
  isbn={9781793296634},
  year={2019},
  publisher={INDEPENDENTLY PUBLISHED}
}

Data Structures

01-Arrays

02-Strings

03-Linked-Lists

04-Stacks-and-Queues

05-Hash-Tables

06-Trees

07-Binary-Search-Trees

08-Tries

09-Heaps

10-Graphs

11-Advanced-Data-Structures

Algorithms

12-Recursion

13-Dynamic-Programming

14-Backtracking

15-Sorting-and-Searching

16-Pathfinding

17-Bit-Manipulation

18-Randomized-Algorithms

19-Advanced-Algorithms

About

Jupyter notebooks with my solutions to exercises from Daily Coding Problem by Alex Miller and Lawrence Wu (2019).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages