Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rurumimic/algorithm-rs


https://github.com/rurumimic/algorithm-rs

algorithm rust

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Algorithm

- TheAlgorithms
- [Rust](https://github.com/TheAlgorithms/Rust)
- [C](https://github.com/TheAlgorithms/C)
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus)

## Test

```bash
cargo test -q
cargo test -- --show-output
```

### rustfmt

```bash
cargo fmt -- --check
```