28.10.2014 Views

Curs 3 - Agenda - Profs.info.uaic.ro

Curs 3 - Agenda - Profs.info.uaic.ro

Curs 3 - Agenda - Profs.info.uaic.ro

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.

maxHeap: inserare<br />

p<strong>ro</strong>cedure insereaza(a, n, cheie)<br />

begin<br />

n ← n+1<br />

a[n-1] ← cheie<br />

j ← n-1<br />

heap ← false<br />

while ((j > 0) and not heap) do<br />

k ← [(j-1)/2]<br />

if (a[j] > a[k])<br />

then swap(a[j], a[k])<br />

j ← k<br />

else heap ← true<br />

end<br />

Dorel Lucanu<br />

Algoritmica si p<strong>ro</strong>gramare

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

Saved successfully!

Ooh no, something went wrong!