#structures #data #algo #algorithm #line #stru

bin+lib algostru

Algorithms (algo) and Data Structures (stru)

4 releases (breaking)

0.4.0 Jan 17, 2021
0.3.0 Jan 17, 2021
0.2.0 Jan 17, 2021
0.1.0 Dec 28, 2020

#2274 in Data structures

MIT license

54KB
1.5K SLoC

Crates.io MIT licensed Build Status

algostru

Algorithms (algo) and Data Structures (stru) using Rust

Stability

Experimental

Demonstration of Asymptotic Notation without granular scrutiny on operation specific performance.

Contents

This repository is comprised of a command line interface tool and library of algorithms and data structures.

Command Line Interface (CLI)

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.

Library

Usage

See docs.rs/algostru.

References

License

MIT

Dependencies

~7MB
~132K SLoC