John Benediktsson
|
e654e4afd9
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
John Benediktsson
|
20a1d63df4
|
hash-sets: separate <hash-set> and >hash-set to match other containers. Fixes #154.
|
2011-10-19 11:35:25 -07:00 |
John Benediktsson
|
a28f23955e
|
path-finding: add test for abeaumont's fix.
|
2011-08-26 19:58:07 -07:00 |
Alfredo Beaumont
|
1a742b0778
|
Fix comparison to avoid infinite loop with zero cost paths
|
2011-01-30 20:51:07 +01:00 |
Slava Pestov
|
ed4dfba1ec
|
path-finding: fix help lint
|
2010-11-14 19:29:37 -08:00 |
Samuel Tardieu
|
d41d2d4bdd
|
path-finding: add Dijkstra algorithm
Dijkstra algorithm is a particular case of the A* algorithm with
the heuristic being set to 0.
|
2010-11-14 15:33:37 -08:00 |
Slava Pestov
|
d2d466de29
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Samuel Tardieu
|
80dc06901f
|
Add BFS search algorithm
|
2010-03-23 10:46:48 +01:00 |
Samuel Tardieu
|
c296d805fd
|
Rename astar into path-finding
|
2010-03-23 10:46:48 +01:00 |