/C-LinkedLists

Linked list operations in C

Primary LanguageC

Singly Linked List Operations

  • Push head
  • Push tail
  • Remove head
  • Remove tail
  • Insert node at specified index
  • Remove node from specified index
  • Print
  • Delete