Skip to content

tomarakanksha/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project consists of three Sortimg Algorithms

Insertion Sort

Merge Sort

QuickSort

How to run this project from Command Line:

Prerequisites

  • Have a JDK 17 installed

  1. Go to the project folder and run the following command to compile the project
javac  -d ./bin -cp ./bin ./src/*.java
  1. After compiling the code run the following command to generate the output
java -classpath ./bin InsertionSort
java -classpath ./bin MergeSort
java -classpath ./bin QuickSort

About

Implementation of Insertion Sort, Merge Sort, and Quick Sort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages