John Benediktsson
|
02ac0662e7
|
more doc type fixes.
|
2014-05-24 17:16:26 -07:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
John Benediktsson
|
225e87339b
|
update some docs that should use $quotation.
|
2012-09-27 11:09:17 -07:00 |
Slava Pestov
|
c412237dc4
|
path-finding: fix help lint
|
2010-11-14 19:29:37 -08:00 |
Samuel Tardieu
|
6994e6c8ee
|
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 |
Samuel Tardieu
|
b742df468b
|
Add BFS search algorithm
|
2010-03-23 10:46:48 +01:00 |
Samuel Tardieu
|
8e003bf239
|
Rename astar into path-finding
|
2010-03-23 10:46:48 +01:00 |