Monday, January 27, 2014

Data structures and algorithms in Java (Robert Lafore)

A data structure is an arrangement of data in a computer’s
memory (or sometimes on a disk). Data structures include
arrays, linked lists, stacks, binary trees, and hash tables,
among others. Algorithmsmanipulate the data in these
structures in various ways, such as searching for a particular data item and sorting the data.

TODO Arrays

No comments:

Post a Comment