Oberkoh / linked-lists

An item in a linked list is called a node. The first node is called the head. The last node is called the tail.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked Lists

An item in a linked list is called a node.

  • The first node is called the head.
  • The last node is called the tail.

About

An item in a linked list is called a node. The first node is called the head. The last node is called the tail.

License:MIT License