selection_sort 0.1.0

Selection sort algorithm
Documentation
1
2
3
4
5
6
7
8
9
[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 = "0.1.0"