codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
327 stars 334 forks source link

Create InputLinkedList.cpp #650

Closed JeetuGuptaa closed 1 year ago

JeetuGuptaa commented 1 year ago

Created a node class to implement LinkedList, Created a takeInput() function that can take a LinkedList as input from User, Created a print function that can print a LinkedList. Please Add Hacktoberfest-Accepted Label, Thanks