top of page
Image by Patrick Hendry

LINKED LIST

c.jpg

SINGLE LINK LIST

Create a link list and display it also it contain some operation of link list.

c.jpg

DOUBLE LINK LIST

Create a double link list and display it also it contain some operation of link list.

c.jpg

CIRCULAR SINGLE LINK LIST

Create a circular link list and display it also it contain some operation of link list.

c.jpg

STACK USING SINGLE LINK LIST

PUSH and POP operation of stack using link list.

c.jpg

QUEUE USING SINGLE LINK LIST

Insertion and deletion operation of queue using link list.

c.jpg

CIRCULAR QUEUE USING CIRCULAR LINK LIST

Insertion and deletion operation of a circular queue using circular link list.

c.jpg

DELETE NEGATIVE NUMBER

Deleting all negative number from the singly link list.

c.jpg

MERGEING OF TWO SINGLE LINK LIST

Merging of two sorted link list using 3rd list and without using other link list.

c.jpg

POLYNOMIAL

Create polynomial using link list and display it also it contain some operation.

Subscribe Form

Thanks for submitting!

  • Facebook
  • YouTube
  • Instagram
  • Twitter

©2020 by Abhisek Midya ( A18 )

bottom of page