algotrees 0.1.1

This is a VERY early stage project to implement a library of algorithms and data structures in Rust. It has very little features and only supports one data structure (binary trees) at the moment. Documentation will come after each portion of the project is done ie: documentation for the binary tree data structure will come once all of the algorithms and options you can use are implemented.
Documentation

This is an implimentation of graphs/trees with common functions

This project is hoped to be fully fledged out in the future for use though should not be used in a professional environment.