algorithms and data structures rkt
1.0.0
Algoritmos e estruturas de dados implementadas no Racket.
Linux com Bash, Zsh ou Ksh93
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threadsQualquer sistema Unixy, incluindo Mac
find . -name " *.test.rkt " -exec raco test {} +