/BinarySearchTree

An implementation of a generic binary search tree in C++ with iterator. It was created in my first year of studying Computer Science.

Primary LanguageC++

BinarySearchTree

An implementation of a generic binary search tree in C++ with iterator. It was created by me in my first year of studying Computer Science.

How to use

  • BinaryTree Class is a generic BinaryTree that supports CRUD operations and has an iterator
  • Controller class is mostly for testing the usage with a file. It is composed of a BST of integers

Unfortunately all of the comments are in Romanian, but the whole code is written in English. If the project helps a lot of people I will take the time and translate the comments.