AAlvz / DataStructures

AVL tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Data Structures

In this repo are the Data structures I made a while ago... thank god I found them... This represents a lot of work

This contains:

  • Every method and class needed such as Nodes and relations.
  • AVL Tree -- A binary and balanced tree.
  • Simple List -- Simple list.
  • Double chained list. -- You can walk through its nodes forward or backwards.

About

AVL tree


Languages

Language:C 58.5%Language:C++ 41.5%