Skip to content

This repository compares several sorting algorithms implemented in Java 11.

Notifications You must be signed in to change notification settings

felix-steiner/sorting-algorithms-comparison

Repository files navigation

Java CI with Gradle

Sorting Algorithms Comparison 🔬

This repository compares several sorting algorithms implemented in Java 11. As of now following algorithms are implemented:

  • Bubblesort
  • Insertionsort
  • Selectionsort

Getting Started 🚀

  1. Open a terminal and clone the repository
  2. Switch into the sorting-algorithms-comparison directory
  3. Run gradlew run to see the results

Contributing 😄

  1. Fork and clone the repository
  2. Create a new class in the algorithms package
  3. Implement the SortingAlgorithm interface
  4. Write your algorithm in the sort method
  5. Run gradlew run and your algorithm will automatically be executed
  6. Add a test for your algorithm to guarantee your implementation is working
  7. Commit your work and submit a pull request

About

This repository compares several sorting algorithms implemented in Java 11.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages