ZeeshanK07/Dictionary-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
*******************************************************
* Name : Sharvita Paithankar
* Student ID: 108172438
* Class : CSC 2421
* Due Date : March 8th 2018
*******************************************************
Read Me
*******************************************************
* Description of the program
*******************************************************
The program takes in information from the file and creates
an list of words. It then sorts the list and takes in a word
from another file. It searches from that word in the list and
prints out the number of comparisons.
*******************************************************
* Source files
*******************************************************
Name: main.cpp
Main program. This is the driver program that calls sub-functions
to read data from an input file, uses the data to sort list and
find word from back and front
Name: DictEntry.h
Contains the definition for the class DictEntry and Dictionary .
Name: DictEntry.cpp
Defines and implements the Dictionary class for implementing a linked list.
It contains functions to sort the list, take in info from files and search for
them in sorted list.
*******************************************************
* Status of program
*******************************************************
The program runs successfully.
The program was developed and tested on Visual Studios g++. It was
compiled, run, and tested on csegrid.ucdenver.pvt.