Use different programming languages to implement data structures and algorithms as exercises.
Language | Test |
---|---|
Julia | |
Python | |
Rust |
- Install Julia programming language.
- Run
julia --project=.
injulia
directory to activate project. - Run
] instantiate
to install dependencies and current project.
- Install Python programming language.
- Install Poetry package manager.
- Run
poetry install
inpython
directory to install dependencies and current project.
Run tests with ./runtests.sh LANGUAGE...
.
For example:
./runtests.sh jl
./runtests.sh jl py
./runtests.sh all