algorithms and data structures rkt
1.0.0
Algorithmen und Datenstrukturen, die im Schläger implementiert sind.
Linux mit Bash, ZSH oder KSH93
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threadsJedes Unixy -System, einschließlich MAC
find . -name " *.test.rkt " -exec raco test {} +