Skip to content

Quicksort algorithm using the meddle element as pivot in C to sort an array of integers. Section 4.10 of The C Programming Language.

Notifications You must be signed in to change notification settings

JalalSayed1/QuickSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSort

Quicksort algorithm using the middle element as pivot in C to sort an array of integers. Section 4.10 of The C Programming Language.

About the project:

  • QuickSort sorting algorithm to sort an array of integers in increasing order using middle element as pivot.
  • Using swap.c to swap two elements in-place in the array.

What did I learn from this:

  • Recursion in C.
  • Splitting source file into multiple files.

About

Quicksort algorithm using the meddle element as pivot in C to sort an array of integers. Section 4.10 of The C Programming Language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages