12.07.2015 Views

A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis

SHOW MORE
SHOW LESS
  • No tags were found...

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

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

Sec. 4.1 Lists 103mentations, assertions are used <strong>to</strong> enforce such preconditions. In a commercialimplementation, such violations would be best implemented by the Java exceptionmechanism.A list can be iterated through as shown in the following code fragment.for (L.moveToStart(); L.currPos()

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

Saved successfully!

Ooh no, something went wrong!