A Linked List Data Structure is a commonly used DS type in which it consists of two fiels one is data field and another is the adddress fiels in which the address of the corresponding next node wll be present and for the last lode of the Linked List it points to the NULL pointer(which means the end of the Linked List)
In this repo there is a cokmplete set of instructions/operationd which we can use on the Lists
->1.ADD ITEM
->2.DELETE ITEM
->3.REVERSE ITEM
->4.SHOW ITEMS
->5.REVERSE PRINT
->6.INSERT ITEMS
->7.EXIT
-
Notifications
You must be signed in to change notification settings - Fork 0
129Ashish/DS_C_LIST
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
in this repository here I have discussed about the different type of operations can be performed on Linked List.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published