Write C Program Reads Text File Inttxt Contains One Line Three Letters N S D Followed Stri Q37018438

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.

judy bill alice fred tom dave jane Joe

sample input text file in.txt:

//where 9 3 4 are N S D

9 3 4 judy mary bill alice tom fred jane ое dave jane jones judy alice joe mary judy fred

N,S,D

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.