randomized-algorithms
There are 52 repositories under randomized-algorithms topic.
5hir0kur0/RandomizedMinCut
Randomized MinCut Algorithm (Karger and Stein) Implementation for "Randomized Algorithms" Class
akshatkarani/randomized_tsp
Randomized Algorithms for Travelling Salesman Problem
ekarayel/frequency_moments
Formal verification of randomized streaming algorithms for frequency moments.
gordana14/subset-sum-problem
Implementation: Exact algorithms Dynamic programming (DYN) Exhaustive search, i.e. the generation of the entire search tree + some pruning. (EXH) Approximation algorithms Greedy 2-approximation algorithm (GREEDY) FPTAS
HyderNabi/AlgorithmsAndComputation
Some of the Computational problems are solved with the well known Algorithmic design strategies.
JernejPuc/uni
A selection of algorithms, implemented during the courses at UNI-LJ.
johnnyasd12/algorithms-stanford
Stanford Algorithms Courses in Coursera 課程筆記
ltriess/coursera_algorithms
Coursera: Algorithms Specialization
mikhail-kukuyev/Masters-Degree-Courses
Solved tasks of the master's degree courses of speciality "Algorithms and Systems for Big Data Processing".
mikhail-kukuyev/Randomized-Algorithms
Solved tasks of "Randomized Algorithms" university course, contains implementations of main randomized algorithms.
miputra/RandEXom
Framework for randoming stuff
Bader-Research/PSort
PSort: Parallel Sorting using Sampling with Randomized and Deterministic Approaches
dudupo/linear-regression
efficiently linear regression
faroya/Sensor-Array-Calibration-via-NMF
Part of my PhD thesis
kalyaniasthana/FindingHiddenMessagesInDNA_BioinformaticsI
Coding problems from course 1 of the Bioinformatics specialization
matthiaszeller/GP-linalg
Randomized Algorithms for Gaussian Process Inference