Value-Checker
This program takes any text file with a list of integers and checks if a number exists in the file by building a binary retrieval tree, then traversing the tree.
This program takes any text file with a list of integers and checks if a number exists in the file by building a binary retrieval tree, then traversing the tree.