Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment orderIf you enjoyed this, I highly recommend also giving this a try: https://github.com/donnemartin/interactive-coding-challenges It's in the same spirit, has some things covered in even more detail and it even has tests you can run on your solutions to verify correctness and instantly receive feedback.
I opened 1.8.1 because I thought it'd be the first section with code and the code was not PEP-8 compliant. Having a brief scan, the authors seem to have a pretty severe aversion to putting spaces after commas, which is a bummer because it really impacts code readability. It's inconsistent even from line to line, so it's not a style thing. They're also inconsistent about using single and double quotes for strings. I skipped ahead to "implementing a stack in…
I read this book cover to cover. For someone self taught, who has a beginner understanding of Python (control structures, data types, classes, functions, loops, etc) this is undoubtedly the easiest way to introduce them to Algorithms and Abstract Data structures. This really takes a beginner to an intermediate level in small easily digestible chunks. My question to you now, HN: are there any books on the market that can guide a beginner/itermediate (who knows Python and perhaps a framework…
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 3
- Total points
- 996
- Total comments
- 79
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2013-08-26 | Problem Solving with Algorithms and Data Structures using Python | sonabinu | 2 | 0 |
| 2015-02-26 | Problem Solving with Algorithms and Data StructuresFirst breakout | npad | 244 | 14 |
| 2017-03-12 | Problem Solving with Algorithms and Data Structures using Python (2015)Best thread | sonabinu | 456 | 35 |
| 2018-12-21 | Problem Solving with Algorithms and Data Structures Using PythonLatest 20+ point return | samrohn | 294 | 30 |
