/trees

Binary tree 、BST 、BBST written in C++.

Primary LanguageC++

trees

This repository just is the simple data structures associate with bin tree written in C++.

It contains:

  • Binary Tree Node & Binary Tree
  • BST(Binary Search Tree)

will contains:

  • BBST (Balance Binary Search Tree)

note

This project is the Xcode Project.