algostru

Crates.ioalgostru
lib.rsalgostru
version0.4.0
sourcesrc
created_at2020-12-28 23:57:54.958623
updated_at2021-01-17 04:36:13.376885
descriptionAlgorithms (algo) and Data Structures (stru)
homepagehttps://crates.io/crates/algostru
repositoryhttps://github.com/gregl83/algostru
max_upload_size
id328507
size67,978
gregory langlais (gregl83)

documentation

README

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

Commit count: 125

cargo fmt