csselection_sort 0.1.1

Selection sort implementation for indexable collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Elihu Diaz Álvarez"]
description = "Selection sort implementation for indexable collections"
edition = "2021"
keywords = ["selection", "algorithm", "sort", "vec", "array"]
license = "MIT"
name = "csselection_sort"
readme = "README.md"
repository = "https://github.com/cstffx/csselection_sort"
version = "0.1.1"