Skip to content

coderuntheworld/sentenceManipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentence Manipulator

Isabella Andrews

03-04-2020

This project demonstrates my understanding of doubly-linked lists. The two linked lists created store the individual words of two sentences provided in the projects' Demo file. The two lists can then be manipulated, e.g. the lists can be joined together, specific words can be removed from the lists and the occurrence of a specific word in a list can be calculated.

if any issues arise when attempting to compile and run the files, please contact me: [email protected]

Files included:

  • LinkedList.cpp
  • LinkedList.h
  • Node.cpp
  • Node.h
  • README.md

About

This project demonstrates my understanding of doubly-linked lists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published