Sale!

COMP 2421 Project #2 solved

Original price was: $35.00.Current price is: $30.00.

Download Details:

  • Name: Project-2-onm1cd.zip
  • Type: zip
  • Size: 142.74 KB

Category:

Description

5/5 - (5 votes)

Write a program to help creating the dictionary by implementing the following operations of a BST tree:
 Read dictionary.txt file and create the dictionary.
 Search for a word and display its meaning.
 Update the meaning of an existing word.
 Insert a new word from the user with its meaning.
 Print all words in the dictionary in an alphabetic order with their associated meanings.
 Print all words that start with a specific character in an alphabetic order.
 Delete a word from the dictionary.
 Delete all words that start with a specific letter.
 Save all words back in file dictionary.txt.
General notes on the project:
 All submissions should be through ITC Moodle.
 Late submissions will not be accepted.