https://github.com/matheussnicacio/selectionsort
Selection sort que imprime valores ordenados e invertidos e aleatórios em um vetor de 10000 numeros
https://github.com/matheussnicacio/selectionsort
c data-structures data-structures-and-algorithms estrutura-de-dados
Last synced: 7 months ago
JSON representation
Selection sort que imprime valores ordenados e invertidos e aleatórios em um vetor de 10000 numeros
- Host: GitHub
- URL: https://github.com/matheussnicacio/selectionsort
- Owner: matheussnicacio
- Created: 2025-04-30T18:18:34.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-05T20:06:29.000Z (11 months ago)
- Last Synced: 2025-05-05T21:22:52.277Z (11 months ago)
- Topics: c, data-structures, data-structures-and-algorithms, estrutura-de-dados
- Language: C
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Esse algoritmo de ordenação utilizando SelectionSort. Foi usando como base o livro :

E tendo como retorno o valor dos gráficos abaixo.

Exceção: Aleatório não chega ao mesmo resultado dos gráficos por ser aleatório. E tempo de execução varia o tempo conforme a sua máquina local.