Ga-vin / data_struct_tree

Practice for for data structure of tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_struct_tree

Practice for for data structure of tree which would be contained B-Tree, B Tree, B+Tree, even some others.

2017.02.28 Add binary_tree.* file to define data structure of binary tree, and some operations.

2017.03.04 Add initialization, destroy, clear, insert and get-set operations on tree.

About

Practice for for data structure of tree


Languages

Language:C 92.0%Language:Makefile 5.5%Language:Objective-C 2.5%