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

Latest commit

 

History

History
9 lines (9 loc) · 684 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 684 Bytes

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