Björn Lindqvist
|
72807720f2
|
basis/,extra/: lots of new tags.txt files
|
2017-07-05 01:50:39 +02:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
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 |
John Benediktsson
|
4e72d80256
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
John Benediktsson
|
beb5b9bf64
|
hash-sets: separate <hash-set> and >hash-set to match other containers. Fixes #154.
|
2011-10-19 11:35:25 -07:00 |
John Benediktsson
|
78998f6971
|
path-finding: add test for abeaumont's fix.
|
2011-08-26 19:58:07 -07:00 |
Alfredo Beaumont
|
89ac114390
|
Fix comparison to avoid infinite loop with zero cost paths
|
2011-01-30 20:51:07 +01: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 |
Slava Pestov
|
627295f094
|
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
|
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 |