repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some duplication
[factor/jcg.git]
/
basis
/
sorting
/
insertion
/
insertion-tests.factor
blob
38b0082adeae6509348fbe284d75281d3f90669a
1
IN: sorting.insertion
2
USING: sorting.insertion sequences kernel tools.test ;
3
4
[ { { 1 1 } { 1 2 } { 2 0 } } ] [ { { 2 0 } { 1 1 } { 1 2 } } dup [ first ] insertion-sort ] unit-test