<div align="center">
<!-- Title: -->
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Rust_programming_language_black_logo.svg/1024px-Rust_programming_language_black_logo.svg.png" width="100" height="100">

<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Rust</h1>

<!-- Labels: -->
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Rust">
    <img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
</a>
<a href="https://github.com/TheAlgorithms/Rust/actions/workflows/build.yml">
  <img src="https://github.com/TheAlgorithms/Rust/actions/workflows/build.yml/badge.svg" height="20" alt="Build workflow">
</a>
<a href="https://codecov.io/gh/TheAlgorithms/Rust" > 
  <img src="https://codecov.io/gh/TheAlgorithms/Rust/graph/badge.svg?token=nRkPKfbs42"/> 
</a>
<a href="https://the-algorithms.com/discord">
  <img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=00d37d" height="20" alt="Discord community">
</a>
<a href="https://matrix.to/#/#TheAlgorithms_community:gitter.im">
  <img src="https://img.shields.io/gitter/room/TheAlgorithms/community.svg?style=flat-square" height="20" alt="Gitter chat">
</a>

<!-- Short description: -->
  <h3>All algorithms implemented in Rust - for education</h3>
</div>

### List of Algorithms
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.

### Contributing
Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
