• Stars
    star
    1
  • Language
    C++
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The binary search tree that I used was from the book of Tony Gaddis C++ From control structures through objects. I made a program that stores students data with the Binary tree algorithm and with the binary search tree it displays the students information.