Skip to content

in this repository here I have discussed about the different type of operations can be performed on Linked List.

Notifications You must be signed in to change notification settings

129Ashish/DS_C_LIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

DS_C_LIST

C_List Data Structure

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

These are the complete six types of operations which can be perform over the Linked Lists.

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

No packages published

Languages