ziliangpeng / foresty

a collection of tree data structures implemented in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foresty

a collection of tree data structures implemented in Python.

Implemented tree strutures include:

  • Naive Binary Tree (unbalanced)
  • Treap
  • AVL Tree
  • Red-black Tree
  • Splay Tree

About

a collection of tree data structures implemented in Python.


Languages

Language:Python 100.0%