Crate algos[][src]

This crate is a collection of algorithms. For now only sorting algorithms were implemented. It is planned to implement searching and graphs algorithms.

Modules

search

A module for using searching algorithms.

sort

A module for using sorting algorithms.