roc/crates/cli/tests/test-projects/algorithms
2025-01-09 10:18:00 +11:00
..
fibonacci-platform Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
quicksort-platform Merge branch 'main' into simplify-refcount 2025-01-09 10:18:00 +11:00
fibonacci.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
quicksort.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
README.md refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00

Algorithm examples

To run:

cargo run fibonacci.roc
cargo run quicksort.roc

To run in release mode instead, do:

cargo run --release fibonacci.roc
cargo run --release quicksort.roc