Monday, March 31, 2014

Linked Lists

Week 8 was about linked structures.  They were confusing at first, but lectures and the lab made me understand Linked Lists better. A Linked List is a recursive data structure that consists of groups of nodes. Every node is consisted of data (head) and reference (rest) to the next node:


No comments:

Post a Comment