Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JCPedroza/algorithms-and-data-structures-rkt

Open more actions menu

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

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.