19.05.2013 Views

Algoritmos e Estruturas de Dados I

Algoritmos e Estruturas de Dados I

Algoritmos e Estruturas de Dados I

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

#ifn<strong>de</strong>f _ORDENACAO_H<br />

#<strong>de</strong>fine _ORDENACAO_H<br />

Interface<br />

void bubble_sort(int *v, int n);<br />

void insertion_sort(int *v, int n);<br />

void selection_sort(int *v, int n);<br />

void quick_sort(int *v, int n);<br />

void merge_sort(int *v, int n);<br />

void heap_sort(int *v, int n);<br />

#endif

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

Saved successfully!

Ooh no, something went wrong!