/Value-Checker

Checks if any number exists in a file.

Primary LanguageC

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.