Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmxdiqbal authored May 17, 2021
1 parent 8c268a8 commit f2f18eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# LInkedList
# 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.

0 comments on commit f2f18eb

Please sign in to comment.