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 {} +