Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 432 Bytes

File metadata and controls

17 lines (13 loc) · 432 Bytes

Linked List

  • A linked list is a linear data structure that consists of a data element known as a node. And each node consists of two fields: one field has data, and in the second field, the node has an address that keeps a reference to the next node.

  • Solution

Running

  • Compiling:
    source build.sh
  • Running with an instance included:
    ./list