C++ Description: Atext concordance is an alphabetical listing of all thedistinct words in a document. The basic storage structure for aconcordance is an array of Binary Search Trees, one treefor words starting with A, one for words starting with B, etc.
You will write a program that readsany text file and constructs the concordance that containsthe distinct words in the file and, for each word, the line numberof the first occurrence, and then allows the user to search theconcordance for a particular word, and to print out a listof all the distinct words in the concordance.
Words that are
OR
OR