Skip to content

JCPedroza/algorithms-and-data-structures-rkt

Repository files navigation

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