search-sort 0.2.0

Implementation of few searching and sorting algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["piernczk <piernczk@users.noreply.github.com>"]
categories = ["algorithms"]
description = "Implementation of few searching and sorting algorithms"
edition = "2018"
keywords = ["search", "sort", "utility", "algorithm"]
license = "MIT"
name = "search-sort"
readme = "README.md"
repository = "https://github.com/piernczk/search-sort-rs"
version = "0.2.0"