Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.53 KB

File metadata and controls

44 lines (33 loc) · 1.53 KB

Racket Algorithms and Data Structures

license MIT made with Racket linux build & tests

Algorithms and data structures implemented in Racket.

Usage

Unit Testing

Linux with bash, zsh, or ksh93

# bash might need shopt -s globstar first
raco test **/*.test.rkt
raco test -j 4 **/*.test.rkt # Enable up to 4 concurrent threads

Any unixy system, including mac

find . -name "*.test.rkt" -exec raco test \{\} +

total lines code size repo size