binary-tree 0.1.0

Collection of Binary Tree data structures and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "binary-tree"
version = "0.1.0"
authors = ["critiqjo <john.ch.fr@gmail.com>"]
description = "Collection of Binary Tree data structures and algorithms"

repository = "https://github.com/critiqjo/binary-tree"
keywords = ["binary", "counting", "count", "tree"]
license = "MIT/Apache-2.0"

[dependencies]
clippy = {version = "^0.0", optional = true}

[features]
default=[]