Skip to content

kiri836/Group-Project-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COP3530 Dictionary Definition Generator

Group 59

Overview

This project allows users to input a word and receive its dictionary definition using two different search methods: hash table and trie-based search. The program compares the execution time of both methods and displays the results to the user. The program also allows the user to see all words matching an inputted prefix.

Dataset

1913 Abridged Dictionary :
https://www.kaggle.com/datasets/dfydata/the-online-plain-text-english-dictionary-opted

Make sure the file is named OPTED-Dictionary.csv and placed in the project directory.

How to Use

  • Run the program
  • Select an option when prompted (0, 1, or 2)
  • 0 to exit
  • 1 to view the definition along with search times for both algorithms
  • 2 to view all words in the dictionary matching entered prefix
  • Enter a word or prefix when prompted
  • Enter '1' to quit in middle of a prompt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors