23.11.2014 Views

Data Structures and Algorithms in Java[1].pdf - Fulvio Frisone

Data Structures and Algorithms in Java[1].pdf - Fulvio Frisone

Data Structures and Algorithms in Java[1].pdf - Fulvio Frisone

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.

<strong>in</strong>sert(5,A)<br />

e 1 [=(5,A)]<br />

{(5,A)}<br />

<strong>in</strong>sert(9,C)<br />

e 2 [=(9,C)]<br />

{(5,A),(9,C)}<br />

<strong>in</strong>sert(3,B)<br />

e 3 [=(3,B)]<br />

{(3,B),(5,A),(9,C)}<br />

<strong>in</strong>sert(7,D)<br />

e 4 [=(7,D)]<br />

{(3,B),(5,A),(7,D),(9,C)}<br />

m<strong>in</strong>()<br />

e 3<br />

{(3,B),(5,A),(7,D),(9,C)}<br />

removeM<strong>in</strong>()<br />

e 3<br />

{(5,A),(7,D),(9,C)}<br />

size()<br />

e 3<br />

{(5,A),(7,D),(9,C)}<br />

removeM<strong>in</strong>()<br />

e 1<br />

{(7,D),(9,C)}<br />

removeM<strong>in</strong>()<br />

457

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

Saved successfully!

Ooh no, something went wrong!