algorithms and data structures rkt
1.0.0
라켓에서 구현 된 알고리즘 및 데이터 구조.
Bash, Zsh 또는 KSH93이있는 Linux
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threadsMac을 포함한 모든 Unixy 시스템
find . -name " *.test.rkt " -exec raco test {} +