selection_sort 1.0.0

Selection sort algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.quickcheck]
version = "0.8"

[package]
authors = ["David Johnson <djohnson.m@gmail.com>"]
description = "Selection sort algorithm"
edition = "2018"
license = "MIT"
name = "selection_sort"
readme = "README.md"
repository = "https://github.com/dmjio/selection_sort"
version = "1.0.0"