| Crates.io | algostru |
| lib.rs | algostru |
| version | 0.4.0 |
| created_at | 2020-12-28 23:57:54.958623+00 |
| updated_at | 2021-01-17 04:36:13.376885+00 |
| description | Algorithms (algo) and Data Structures (stru) |
| homepage | https://crates.io/crates/algostru |
| repository | https://github.com/gregl83/algostru |
| max_upload_size | |
| id | 328507 |
| size | 67,978 |
Algorithms (algo) and Data Structures (stru) using Rust
Experimental
Demonstration of Asymptotic Notation without granular scrutiny on operation specific performance.
This repository is comprised of a command line interface tool and library of algorithms and data structures.
CLI tool might grow into toolset to aid with algorithm and data structure implementations.
For now, there is simply a Big-O Cheatsheet rendered in your terminal using ASCII.
Either cargo run or cargo install should work fine from repository root.
See docs.rs/algostru.