You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to develop the most efficient algorithm to sort a sequence of numbers in the fewest steps possible. The sorting process is optimized using stack data structures, and data is transferred between two stacks. Various sorting algorithms (Bubble Sort, Quick Sort, etc.) are evaluated to select the most suitable one. The project provides
Métodos de ordenação, Buble-Sort, Insertion-Sort, Merge-Sort, Quick-Sort, Selection-Sort, Shell-Sort e Heap-Sort, junto com Pesquisa Sequencial e alguns exercícios.