gregl83 / algostru

Algorithms and Structures powered by Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Crates.io MIT licensed

algostru

Algorithms and Structures powered by 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

About

Algorithms and Structures powered by Rust

License:MIT License


Languages

Language:Rust 100.0%