Giter Site home page Giter Site logo

ahrorus / linear_sorting_algorithms Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 52 KB

This projects’s purpose is to show the effectiveness of the three standard linear sorting algorithms.

bucket-sort radix-sort counting-sort linear-sorting-algorithms java data-structures algorithms

linear_sorting_algorithms's Introduction

Linear_Sorting_Algorithms

This projects’s purpose is to show the effectiveness of the three standard linear sorting algorithms.

It consists of three applications (.jar files), to test counting, radix, and bucket sorting algorithms. For counting sort, it sorts a given array of numbers and proves the stability of the algorithm. For radix sort, it sorts a randomly generated array of hexadecimal numbers (hex-strings). For the bucket sort, it sorts a given array of numbers and proves the stability of the algorithm.

- The source code is secured in the archive, and a password is required to access it. 
It was done  to prevent future students from copying it. 
Please, contact me if you need the access to the source code, and be sure state the reason.

To run, open the command line in the project folder and type one of these three commands, one for each application.

For counting sort, run:

java -jar CountingSort.jar

For radix sort, run:

java -jar RadixSort.jar

For bucket sort, run:

java -jar BucketSort.jar

Note: the applications were compiled and built using Java SDK 11. The .jar files may not run in earlier versions of the SDK.

linear_sorting_algorithms's People

Contributors

ahrorus avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.