Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/my-python-projects/ordination-work
(PT-BR) Trabalho Prático Final da disciplina Análise de Algoritmo, UNIBH, 7 periodo. (ENG) Final Practical Work on the subject Algorithm Analysis, UNIBH, 7th period.
https://github.com/my-python-projects/ordination-work
bubblesort insert jprogram ordenation python3 quicksort sort tkinter unibh
Last synced: about 1 month ago
JSON representation
(PT-BR) Trabalho Prático Final da disciplina Análise de Algoritmo, UNIBH, 7 periodo. (ENG) Final Practical Work on the subject Algorithm Analysis, UNIBH, 7th period.
- Host: GitHub
- URL: https://github.com/my-python-projects/ordination-work
- Owner: my-python-projects
- Created: 2020-07-01T23:57:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T00:16:36.000Z (over 4 years ago)
- Last Synced: 2024-02-08T17:33:29.578Z (11 months ago)
- Topics: bubblesort, insert, jprogram, ordenation, python3, quicksort, sort, tkinter, unibh
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ordination-Work
### --> Execution of the work:
![](img/tabela_ordenacoes.PNG)
__(PT-BR) {__
descricao = "
Trabalho Prático Final da disciplina Análise de Algoritmo, UNIBH, 7 periodo. O Objetivo do trabalho
foi de implementar os seguintes algoritmos de ordenação: Inserção, Bubblesort e Quicksort para
determinar o número de comparações e movimentações ao ordenar os arquivos Entrada1.csv e Entrada2.csv
";
implementado = "
Neste trabalho, foi implementado os algoritmos de ordenação que informa os valores de comparações e
movimentações, além disso, foi implementado com a interface gráfica, utilizando TKinter, para mostrar
no final da execução uma tabela com as informações dos algoritmos.
";
__}____(ENG) {__
description = "
Final Practical Work of the course Algorithm Analysis, UNIBH, 7 period. The objective of the work was
to implement the following sorting algorithms: Insertion, Bubblesort and Quicksort to determine the
number of comparisons and moves to sort the files Entrada1.csv and Entrada2.csv
";
implemented = "
In this work, the ordering algorithms that inform the values of comparisons and movements, in addition,
it was implemented with the graphical interface, using TKinter, to show at the end of the execution a
table with the information from the algorithms.
";
__}__