Skip to content

Select the k-th small (large) data from the set of n elements.

License

Notifications You must be signed in to change notification settings

63rabbits/QuickSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

QuickSelect

Select the k-th small (large) data from the set of n elements.
This is in-place algorithm.

Time complexity : $O(n)$

About

Select the k-th small (large) data from the set of n elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages