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
[dependencies]

[package]
description = "Finds two most distant smaller and bigger numbers."
documentation = "https://docs.rs/between_us"
edition = "2021"
keywords = ["algorithm", "array", "distance", "maximum"]
license = "MIT"
name = "between-us"
readme = "README.md"
repository = "https://codeberg.org/ino/rusty-algos/src/branch/master/problems/between-us"
resolver = "2"
version = "1.0.0"