skwzrd / C-LinkedLists

Linked list operations in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Singly Linked List Operations

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

About

Linked list operations in C


Languages

Language:C 100.0%