🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/malukimuthusi/hackerrankchallenges/sorting/quicksort

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/malukimuthusi/hackerrankchallenges/sorting/quicksort

v0.0.0-20210917165746-99c47a0be22e
Version published
Created

Quick sort

It is a recursive sorting algorithm.

To sort a list of items A, the list is partitioned in such a way that all the items in A[p -- q-1] < A[q] and the items in A[q+1 -- r] are greater than A[q]

FAQs

Package last updated on 17 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts