/BST-String-Comparison

This a String comparison program that builds a Binary Search Tree using C. This program sorts the line of an input file (or from standard input) and print the sorted lines to an output file (or standart output). The program uses a Binary search tree to sort (Nodes) using inOrder Traversal. Also, it checks for whitespaces and empty input. At the end of the program, the memory is set free.

Primary LanguageC

Stargazers

No one’s star this repository yet.