Rust Algorithms

This repository is for practice purposes, my goal here is implementing a few algorithms in Rust.

Algorithms

  • Binary search
  • Quicksort
  • Dijkstra

References

How to run

docker build -t algorithms .

docker run -p 8000:8000 --rm --name algorithms-rust algorithms