Skip to content

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

Notifications You must be signed in to change notification settings

alexandrucancescu/BinarySearchTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages