An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with randomized-algorithm

A curated list of projects in awesome lists tagged with randomized-algorithm .

https://github.com/benedekrozemberczki/labelpropagation

A NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).

clustering community community-detection dataset fast-greedy graph graph-clustering graph-cut graph-partitioning homophily label-propagation louvain modularity probabilistic-clustering propagation randomized-algorithm unsupervised-learning walktrap

Last synced: 11 Apr 2025

https://github.com/jlumbroso/python-random-hash

A simple, time-tested, family of random hash functions in Python, based on CRC32 and xxHash, affine transformations, and the Mersenne Twister. 🎲

analysis-of-algorithms analytic-combinatorics data-streaming flajolet flajolet-martin hash-functions hyperloglog python randomized-algorithm streaming-algorithms

Last synced: 02 Dec 2024

https://github.com/vbharadwaj-bk/fast_tensor_leverage

Code for the Neurips 2023 Paper "Fast Exact Leverage Score Sampling from Khatri-Rao Products"

khatri-rao leverage-score randomized-algorithm sparse-tensors

Last synced: 12 Apr 2025

https://github.com/koevskinikola/byzantinerandomizedconsensus

An implementation of a textbook Byzantine Randomized Consensus protocol, using a Byzantine Reliable Broadcast protocol

asynchronous-system broadcast byzantine consensus fault-tolerance randomized-algorithm reliable

Last synced: 22 Nov 2024

https://github.com/stefan-zobel/rsvd

Randomized SVD as per Halko, Martinsson, and Tropp [2011]

java randomized-algorithm randomized-svd singular-value-decomposition svd

Last synced: 05 Mar 2025

https://github.com/alexandroskyriakakis/lessons

Web scraping, Probs, Randomized Algorithms and a lot of Coffees...

nlp probabilistic-programming randomized-algorithm web-scraping

Last synced: 05 Mar 2025

https://github.com/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.

implementation java median-finding median-of-medians randomized-algorithm selection-algorithms sorting-algorithms

Last synced: 17 Mar 2025

https://github.com/infinitifall/skiplist

A skip list is a probabilistic data structure that is efficient, compact and concurrency friendly

c data-structures randomized-algorithm skiplist

Last synced: 28 Feb 2025