sorting-networks
There are 7 repositories under sorting-networks topic.
bertdobbelaere/SorterHunter
An evolutionary approach to find small and low latency sorting networks
jgamble/Algorithm-Networksort
Release history of Algorithm-Networksort
andersfylling/sorting-nine-inputs-requires-twenty-five-comparisons
A third party c++20 implementation of the paper "Sorting nine inputs requires twenty-five comparisons"
petarpetrovt/sorting-networks
A collection of sorting network algorithms implemented in C#.
ArmanDavoodi/Parallel-Sorting
Parallel and sequential implementations of different sorting algorithms in C++ using OpenMP and CUDA
quxflux/cuda_median_filter
A high performance CUDA median filter implementation
quxflux/sorting_network_cpp
Generate sorting networks at compile time