AVL Tree
 All Classes Files Functions Friends Pages
Overview

Projekt authors

Mario Walk and Korbinian Karl

Introduction

Our task was to write a AVL balanced tree in C++. The public methods are: insert (for adding a node to the tree), remove (for removing it) and search (for searching)