★ wanayoo — archive 1999 https://github.com/contimatteo/MergeSort-AlgorithmNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

README.md

Merge Sort Algorithm

Development of the MergeSort algorithm and represented by its graphical execution.

The Algorithm

The Merge Sort is a sorting algorithm based on comparisons that uses a recursive resolution process, exploiting the technique of Divide and Impera, which consists in subdividing the problem into sub-problems of the same dimension of dimension gradually becoming smaller. It was invented by John von Neumann in 1945.

Getting Started

Internet connection needed ✌🏼

Prerequisites

Install Java JDK on your local machine

Installing

Before we start

  1. First extract the content of the /build directory
  2. Create a .txt file like this and copy it into the same folder used at pervious step
3
43
65
7
89
65
6
78
2

NB: in this way this numbers can be used afterwards as input for the Algorithm

Deployment

Simply run the MC_MergeSort.jar file and following the instructions shown 🍻

(By inserting the name of the .txt file previously created you can use it as input for the algorithm.)

Built With

Authors

  • Conti Matteo - lead of entire project

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

About

Merge-Sort algorithm analyzer developed for University project.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.