Skip to content

ahmxdiqbal/LInkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2f18eb · May 17, 2021

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LInkedList

Wrote a program that creates a cross-reference listing of the words in a text file, using a linked list to put the words in order, and another linked list associated with each word to keep the line numbers of the words. The input files contain lines of text with only words, spaces, and only periods and commas as punctuation. Wrote both lists from scratch (without using the STL) using classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages