Skip to content

Project I designed for Data Structures and Algorithms Course I teach. Quick Sort implementation with a Queue implemented as a linked list

Notifications You must be signed in to change notification settings

cyndyishida/QueueQuickSort

Repository files navigation

Queued Quick Sort

Project I created for students in My university's data structures and algorithms course I TAed.

Intention is an implementation of Quick Sort using the Median of the 3 as the pivot and queues as the container class instead of a contiguous array.

About

Project I designed for Data Structures and Algorithms Course I teach. Quick Sort implementation with a Queue implemented as a linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages