between-us 1.0.0

Finds two most distant smaller and bigger numbers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "between-us"
version = "1.0.0"
edition = "2021"
description = "Finds two most distant smaller and bigger numbers."
documentation = "https://docs.rs/between_us"
readme = "README.md"
repository = "https://codeberg.org/ino/rusty-algos/src/branch/master/problems/between-us"
license = "MIT"
keywords = ["algorithm", "array", "distance", "maximum"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]