By wsoprano
via python.dzone.com
Published: Jun 14 2012 / 11:01
The linked list is a data structure in which the items are ordered in a linear way. Although modern programming languages support very flexible and rich libraries that works with arrays, which use arrays to represent lists, the principles of building a linked list remain very important.
Comments
mr.bean replied ago:
A linked list is not an algorithm.
Voters For This Link (14)
Voters Against This Link (0)