Write a C program that reads a text file(int.txt) that contains one line (of three letters N,S,D) followedby a string of names. and insert the names into the binary searchtree, search names from the binary search tree and delete thenames. so you’ll write an insert function, a search function and adelete function to perform the task.
The figure below shows an example of BST withstrings.
sample input text file in.txt:
//where 9 3 4 are N S D
N,S,D
OR
OR