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(3,B)<br />

e 2<br />

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

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

e 3<br />

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

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

e 2<br />

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

getKey(e) 2<br />

3<br />

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

remove(e) 1<br />

e 1<br />

(3,B), (7,C)}<br />

replaceKey(e 2 ,9)<br />

3<br />

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

replace Value(e 3 ,D)<br />

C<br />

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

remove(e 2 )<br />

e 2<br />

{(7,D)}<br />

497

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

Saved successfully!

Ooh no, something went wrong!