quick-select
There are 10 repositories under quick-select topic.
husamahmud/LeetCode
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
AkpoFlash/algos
🐾 Implementations of some basic algorithms
alex-w-99/Specialized-Data-Structures-and-Algorithms
Detailed explanations and implementations of some of my favorite specialized data structures and algorithms.
hirishu10/sorting-algorithms
Sorting Algorithms
qtle3/stats
This repository contains two Python scripts, `stats_calculations.py` and `stats_user.py`, which provide a comprehensive toolset for performing statistical calculations. The program allows users to compute various statistical metrics such as mean, median, mode, variance, and standard deviation, all through a user-friendly command-line interface.
Anand0046/AlgoProject-CS5329
Median finding, Order Statistics and Quick Sort
JobayerAhmmed/DSA_Java
Data Structure & Algorithm in Java
63rabbits/QuickSelect
Select the k-th small (large) data from the set of n elements.
marcelohcortez/python_kth_largest
Find the 'kth' largest element in an array.