/Rust

All Algorithms implemented in Rust

Primary LanguageRust

The Algorithms - Rust Gitter

All algorithms implemented in Rust (for educational purposes)

These are for demonstration purposes only.

Sort Algorithms

  • Bubble
  • Insertion
  • Merge (Not implemented yet)
  • Quick
  • Selection (Not implemented yet)
  • Shell (Not implemented yet)

Search Algorithms

  • Linear (Not implemented yet)
  • Binary (Not implemented yet)

Ciphers

  • Caesar (Not implemented yet)
  • Vigenère (Not implemented yet)
  • Transposition (Not implemented yet)

Contributing

See CONTRIBUTING.md