double_sort 1.1.0

This is a fast and simple sorting algorithm which groups numbers into pairs and orders them onwards as nodes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.rand]
version = "0.8.4"

[package]
authors = ["Alexander Mychlo <alexmmych@gmail.com>"]
categories = ["algorithms"]
description = "This is a fast and simple sorting algorithm which groups numbers into pairs and orders them onwards as nodes"
edition = "2021"
keywords = ["sorting", "sort"]
license = "MIT"
name = "double_sort"
readme = "README.md"
repository = "https://github.com/Shroomerian/double_sort"
resolver = "2"
version = "1.1.0"