Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

To design and implement dictionary database that allows adding of words along with meanings, context examples, searching and viewing functionality based on user preferences.

Notifications You must be signed in to change notification settings

disha-singh/Dictionary-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dictionary-Database

  • Objectives
    • The purpose of this prject is to provide the user the flexibility to create a dictionary of their own by using a powerful data structure, linked list, which is dynamic in nature. The dictionary will hold a databse of words that are arranged in alphabetical order.
    • The user can add theur own words and in case a word already exits the user is notified regarding it, thus preventing multiple copies of the same word, in turn preventing wastage of memory space.
    • Multiple meanings along with context examples can be attached to words.
    • Searching and viewing.
  • Software Requirments
    • Programming Langauge: C
    • Compiler: C Compiler

About

To design and implement dictionary database that allows adding of words along with meanings, context examples, searching and viewing functionality based on user preferences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published