Shellyda / algorithms-sorting-project

This project makes use of classical computation algorithms that have as objective to efficiently order any data set (this in vectors, lists, etc.) Algorithms used: Bubble Sort, Selection Sort, Insertion Sort and Merge Sort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Algorithms Sorting Project

This project of computacional methods chair at UFPE makes use of classical computation algorithms that have as objective to efficiently order any data set (this in vectors, lists and etc).
Explore the docs »

Table of Contents

  1. Contributors
  2. Built With
  3. Folders
  4. How To Run
  5. Contact

Contributors


Júlia Gabriela


Shellyda Barbosa


Denisy Florencio

Built With

Folders

/src

This folder contains all content

/src/utils

This folder contains the folders with functions and libraries used in main.py file

/src/main.py

This file is where the application was built

/src/app.py

This file is where the main function is called

How To Run

  git clone https://github.com/Shellyda/Algorithms-Sorting-Project.git

At root folder

  /bin/python3 /Algorithms-Sorting-Project/src/app.py

Contact

About

This project makes use of classical computation algorithms that have as objective to efficiently order any data set (this in vectors, lists, etc.) Algorithms used: Bubble Sort, Selection Sort, Insertion Sort and Merge Sort.

License:MIT License


Languages

Language:Python 100.0%