Skip to content

This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.

License

Notifications You must be signed in to change notification settings

mda1458/Dictionary-Implementation-Using-Trie-DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary Implementation using Trie Data Structure

Introduction

This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.

Dataset

The dataset is taken from here.

How to use

  1. Clone the repository
  2. Compile and run the main.cpp file

Outputs

Opening Screen

open

Reading File & Searching a word

search

Printing Favorite Words

fav

Prefix Search

prefix

About

This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages