Description
Open and read the Speech.txt file in this week’s document folder. For each character in the file, create a frequency counter, and increment
the counter each time the character is found in the file. Each charac:er in the file will have an associated frequency. Store the charac:er <KEY> and frequency <VALUE> pair in a ordered binary search tree (dictionary). Submission status