algorithms and data structures rkt
1.0.0
球拍中實現的算法和數據結構。
Linux帶有bash,zsh或ksh93
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threads任何Unixy系統,包括Mac
find . -name " *.test.rkt " -exec raco test {} +