algs

Crates.ioalgs
lib.rsalgs
version0.1.2
sourcesrc
created_at2022-01-19 23:26:11.082434
updated_at2022-04-07 09:58:35.457121
descriptionSolutions for various algorithms, made as generic as possible
homepage
repositoryhttps://github.com/jackos/algs
max_upload_size
id517137
size25,009
Jack Clayton (jackos)

documentation

https://docs.rs/algs/

README

Algs

These are the results of going through various challenges and solutions to find the fastest and most concise algorithms. It is structured by data type so you can use the algs like:

let x = algs::int::reverse(255515);

This project is in very early state so it's bare at the moment, but it will include benchmarks, descriptions about how the algorithms work with many tests, so that over time it can grow to a useful library for very fast implementations of a wide array of useful algorithms.

All pull requests welcome.

Commit count: 7

cargo fmt