These are the solutions for the exercises in the book 《PROGRAMMING FOR THE PUZZLED: LEARN TO PROGRAM WHILE SOLVING PUZZLES》 written by Srini Devadas. Most of the ...
Sharpen the saw time! My son and I recently watched Prof. Srini Devadas' class "Programming for the Puzzled" - it's a great algorithm intro / refresher with puzzles! And pretty well written #Python, ...
# https://ocw.mit.edu/courses/6-s095-programming-for-the-puzzled-january-iap-2018/pages/puzzle-2-the-best-time-to-party/ # Given a list of intervals [i, j) when ...
An unconventional and fun programming course from MIT. Each lecture consists of going through an interesting and engaging puzzle and its solution. Instead of theory and syntax this course focuses ...