Skip to content

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

Notifications You must be signed in to change notification settings

Shellyda/algorithms-sorting-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages