Advanced Programming - Binary Search Tree
A simple Binary Search Tree implementation for the Advanced Programming 2019-2020 course @ SISSA.
Classes
APutils Namespace Reference

Namespace that stands for "Advanced Programming Utils". More...

Classes

class  __iterator
 Class that implements an iterator of a tree. More...
 
struct  Node
 Class that implements a node of a tree. More...
 

Detailed Description

Namespace that stands for "Advanced Programming Utils".

Namespace to hide Node and Iterator from the user, and to possibly put some other useful classes.