You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A menu driven c++ program for operations on linked lists(singly and doubly).
Basic operations like insert(end,beginning,specific index), delete, reverse and print.
Another menu driven program for stacks and queues(as arrays and as linked lists).
About
A menu driven c++ program for operations on linked lists(singly and doubly)