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 orderExcellent article - I recently worked on some pathfinding stuff and the material I found on A* was not that great but this is very well laid out. Important side note: A* or other "best path" algorithms are not always preferable - there are some situations where it makes sense to use even less ideal paths in exchange for greater speed and less memory usage - even ones that are faster than greedy-best-first search with A* shown here. If you…
The article doesn't explicitly state it in this manner in one concise place, but the way I would always think about A* from a "practical/easy-to-remember" perspective back when I was doing competitive programming is that they're all the same algorithm, but with different priorities on the priority queue: Breadth-first Search: Priority is order of discovery of edges (that is, no priority queue/just a regular queue) Dijkstra: Priority is distance so far + next edge distance A*: Priority is distance so…
There is an interesting probabilistic angle of this classic AI story with Machine Learning applications here: https://github.com/imagry/aleph_star (paper, presentation, etc).
This is a very nice introduction. Well done.
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
- 4
- Total points
- 1214
- Total comments
- 178
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 |
|---|---|---|---|---|
| 2014-07-20 | Introduction to A*First breakout · Best thread | phenylene | 509 | 28 |
| 2015-12-12 | Introduction to A* algorithm | wh-uws | 3 | 1 |
| 2017-05-31 | A-Star an interactive explanation | nlolks | 1 | 0 |
| 2018-01-19 | Introduction to A* | burritofanatic | 5 | 0 |
| 2018-12-09 | Introduction to A* (2014)Hall induction | spapas82 | 201 | 14 |
| 2020-08-13 | Introduction to the a* Algorithm | cookingoils | 4 | 1 |
| 2022-02-10 | Introduction to the A* Algorithm (2014) | djood | 202 | 30 |
| 2024-10-20 | Introduction to the a* Algorithm | kiyanwang | 1 | 1 |
| 2025-06-17 | Introduction to the A* Algorithm (2014)Latest 20+ point return | auraham | 288 | 103 |
