Skip to content

Java implementations of Selection Sort and Quick Sort algorithms. It sorts an array of integers first in descending order using Selection Sort, then applies Quick Sort to sort the previously sorted array in ascending order. The program then displays the input array along with both sorted arrays.

Notifications You must be signed in to change notification settings

tejb96/sortingAlgos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

Lab3

ENSF694 Lab3

About

Java implementations of Selection Sort and Quick Sort algorithms. It sorts an array of integers first in descending order using Selection Sort, then applies Quick Sort to sort the previously sorted array in ascending order. The program then displays the input array along with both sorted arrays.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages