Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.27 KB

Concordance Dictionary

The project was built in java

Background


A concordance is an alphabetical list of the principal words used in a book or body of work, listing every instance of each word with its immediate context. Concordances have been compiled only for works of special importance, such as the Vedas,Qur'an ,Bible,or the works of Shakespeare, James Joyce or classical Latin and Greek authors.

Description


The program read a text file and create a list Alphabetical of all the words in the text, and for each word the numbers of the lines it appears.

Data Structure Used - Linked List


Screenshot 2022-12-13 at 22 58 58

Screenshot 2022-12-13 at 12 59 20

Screenshot 2022-12-13 at 13 00 05

Screenshot 2022-12-13 at 13 00 13