quickselect
There are 19 repositories under quickselect topic.
intel/x86-simd-sort
C++ template library for high performance SIMD based sorting algorithms
mourner/quickselect
A fast selection algorithm in JavaScript.
upsj/gpu_selection
Parallel selection on GPUs
CarlosLunaMota/MedianSort
A simple iterative variant of QuickSort that uses O(1) space for all inputs
frjnn/adqselect
Rust nth_element implementation that leverages Andrei Alexandrescu's Adaptive Quickselect algorithm.
lycantropos/quickselect
Selection algorithms implementation
nenoNaninu/NthItemUtils
Script to get the nth smallest/largest item. Inspired by std::nth_element.
wor101/data-structures-and-algorithms
Exercises from 'A Common-Sense Guide to Data Structures and Algorithms' done in Golang.
yyunikov/yunikov-algorithms
Examples of implementation of a few different algorithms on Java
chrislee87/go-quickselect
Quick select, fast and generic
isimo00/RA-selection-aglorithms
Assignment 2 of Randomized Algorithms course (Master in Innovation and Research in Informatics), Fall 2022
JTibs18/LeetCode
Solutions to Leetcode questions
kchristin22/K_select
Find the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.
kroppel/algorithm_engineering
Header-Only-Library providing functions that perform parallel in-place Partitioning, Quickselect and Quicksort
ModernExodus/solidity-data-structures-and-utils
A collection of useful data structures and utilities I am putting together as part of other ongoing solidity projects.
MohamAladham/problem-solving
Are you in love with PHP? So do I! I enjoy solving problems and implementing data structures and algorithms in PHP.
subrarupesh/Algorithms
Brief overview on new and improvements on existing algorithms
gregorybchris/bfprt
Median of medians quickselect algorithm