Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Ensure you have the following installed on your system:
You have two ways to obtain the code for the Sortado project:
Download the Zip File
Clone the Repository Using Git or GitHub CLI:
git clone https://github.com/marcossFarias/sortado.git
gh repo clone marcossFarias/sortado
We are committed to ensuring the reliability of our code. To this end, we test these steps with each major update. Our testing environment is a fresh installation of Pop!_OS, the latest version, running on a virtual machine powered by Virt Manager.
Currently, the code is designed for basic usage. In the main function, we generate a collection of arrays with different sizes. These arrays are then used as parameters for various sorting algorithms. This process provides a general understanding of the algorithms’ behavior.
For more detailed time metrics, navigate to the ‘benchmarks’ directory and execute the ‘Benchmark Runner’ class. Please note, if you wish to run individual benchmarks, you will need to install the JMH extension for IntelliJ.
Additionally, the ‘Benchmark Runner’ logs all the terminal command output to a file. It also generates a CSV file with the final metrics. This allows you to easily access and analyze the benchmark results at any time.