Skip to content

Interactable console app performing some operations on a linked list

Notifications You must be signed in to change notification settings

aabhas-sao/LinkedListConsoleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

LinkedListConsoleApp

Interactable console app performing some operations on a linked list

try g++ compiler if gcc fails

Enter help for list of commands

1. List of commands

  • add to add an integer to the linked list
  • all print all integers in the linked list
  • delete delete node at given index
  • pop deletes the last node
  • reverse reverses the linked list
  • size size of the linked list
  • insert add an element at given index

About

Interactable console app performing some operations on a linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages