algorithmz 0.1.5

This is the corresponding implemenation of the python module of the same name.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "algorithmz"
version = "0.1.5"
edition = "2024"
readme = "README.md"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/algorithmz/0.1.5/algorithmz/"
authors = ["Szabó Dániel Ernő <r3ap3rpy@gmail.com>"]
description = "This is the corresponding implemenation of the python module of the same name."
repository = "https://github.com/r3ap3rpy/algorithms"
keywords = ["mathemathics","algorithms"]
[dependencies]