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

Namespace for the Binary Search Tree. More...

Classes

class  bst
 Class that implements a Binary Search Tree. More...
 

Detailed Description

Namespace for the Binary Search Tree.

This namespace hosts the class bst and possibly, in the future, related objects and functions.