Skip to content

This program covers singly link list and various functions of singly linked list.

Notifications You must be signed in to change notification settings

pratikvairat/LinkedList.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LinkedList.cpp

This program covers singly link list and various functions of singly linked list. Linked is one of the most import data structure as we can implement other data structures line stack, queue , tree and much more using linked list.

Operattion on Linked List

Linked List in C++

  1. Create Creation

  2. Add Node At Tail

  3. Add Node At Head

  4. Delete Node Deletion

  5. Display

About

This program covers singly link list and various functions of singly linked list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages