median-finding
There are 15 repositories under median-finding topic.
sarnold/medians-1D
Several C median implementations and a simple demo and Python wrapper.
dufferzafar/adv-ds
IIT D - COL 702 - Advanced Data Strucutres and Algorithms by Sandeep Sen.
elshorbagyx/Astar-OSM
A* implementation with open street maps data to compute shortest path on maps with kd-tree and mean of means algorithm.
Bader-Research/PMedian
PMedian: Parallel Selection and Median Finding
connect2nelson/MedianCalculatorForLargeFiles
A multithreaded implementation that reads a list of integer values and calculates median
joseias/StrMeanLib
StrMeanLib is a free open-source library implementing different heuristic algorithms for the median string problem.
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.
Rajivv91/Algorithms
Algos
VMois/remedian-js
A small JavaScript library for approximation of median value in streaming data
alanpbm/median-of-two-array
This project calculates the median of two sorted arrays efficiently. It uses a binary search approach to achieve a time complexity of O(log(min(n, m))), making it suitable for large datasets.
Bader-Research/ImageU
ImageU: Parallel Combinatorial Algorithms
MostafaGalal1/Median-Finding-Algorithms
Java code for randomized and deterministic QuickSelect algorithms, as well as a naive sorting algorithm. QuickSelect provides efficient selection of specific elements within an unsorted array. The code includes both randomized and deterministic pivot selection strategies comparing with naive built-in implementation.
ojasvin/Coding-Questions
Code for Common questions
onkolahmet/sorting_algorithms
experiment to compare different algorithms for finding median