01.09.2014 Views

Chapter 5: Abstraction and Abstract Data Types - Classes

Chapter 5: Abstraction and Abstract Data Types - Classes

Chapter 5: Abstraction and Abstract Data Types - Classes

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

There are even more complicated ways to organize information. A hash table, for<br />

example, is basically a combination of an array <strong>and</strong> a linked list. Elements are assigned<br />

positions in the array, termed their bucket. Each bucket holds a linked list of values.<br />

Because each list is relatively small, operations on a hash table can be performed very<br />

quickly.<br />

<strong>Chapter</strong> 5: <strong><strong>Abstract</strong>ion</strong> <strong>and</strong> <strong>Abstract</strong> <strong>Data</strong> <strong>Types</strong> 6

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!