selection_sort 1.1.0

Selection sort algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
members = [ "." ]

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

[dependencies]
quickcheck = "0.8"