Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rurumimic/algorithm-rs
https://github.com/rurumimic/algorithm-rs
algorithm rust
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rurumimic/algorithm-rs
- Owner: rurumimic
- License: mit
- Created: 2023-11-21T11:16:56.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-22T14:14:02.000Z (12 months ago)
- Last Synced: 2024-04-23T13:56:06.927Z (7 months ago)
- Topics: algorithm, rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```