cycle-sort 0.3.0

Simple generic Cycle sort implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[dev-dependencies.rand]
version = "^0.6"

[package]
authors = ["stan3984"]
description = "Simple generic Cycle sort implementation"
documentation = "https://docs.rs/cycle-sort"
edition = "2018"
keywords = ["cycle", "sort", "minimum", "optimal"]
license = "Apache-2.0"
name = "cycle-sort"
readme = "README.md"
repository = "https://github.com/stan3984/cycle-sort"
version = "0.3.0"