#binary-tree #algorithm #structure #ie #documentation #come

bin+lib algotrees

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.

7 releases

0.2.0 Sep 17, 2023
0.1.5 Jun 25, 2023

#1653 in Data structures

25 downloads per month

MIT license

15KB
319 lines

This is an implementation 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.

See releasepath.md for more information on expected features and future releases. See changelog.md for information about recent changes to the project.

Feel Free to use this code in any way you wish. Make a pull request if you want to add something to the project!

No runtime deps