Programa para resolver um problema específico que lê os dados de arquivos txt, guarda em um array, oferece um procedimento genérico para que seja implementado um método de ordenação, cria um novo arquivo para armazenar o array ordenado e gera logs do tempo de espera para a ordenação.
-
Notifications
You must be signed in to change notification settings - Fork 0
An exercise from my university course Data Structure. That algorithm order archives with integer values ranging 1..100 to 1..50,000,000. Exist 48 archives with this logic. The values are ordered, inverted, completely disordered and "almost disordered" (10% of them are out of his correct position). I do this algorithm with some help of ChatGPT.
License
Gabs-Coding/Buscar-dados-em-arquivo-e-ordenar-em-Pascal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An exercise from my university course Data Structure. That algorithm order archives with integer values ranging 1..100 to 1..50,000,000. Exist 48 archives with this logic. The values are ordered, inverted, completely disordered and "almost disordered" (10% of them are out of his correct position). I do this algorithm with some help of ChatGPT.