Skip to content

JCPedroza/algorithms-and-data-structures-rkt

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2022
Sep 4, 2022
Sep 8, 2022
Aug 21, 2022
Aug 18, 2022
Aug 30, 2022
Aug 22, 2022
Aug 29, 2022
Aug 29, 2022
Aug 27, 2022
Aug 18, 2022

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