Skip to content

atzel-ov/Randomized-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomized Algorithms - INF420

Exercises

Common Randomized Algorithms - Implementation of the coupon collector problem and the randomized quicksort and median algorithms.

Balls and Bins & Hamiltonian cycles - Finding the max load in an experiment with n bins and balls. Searching for Hamiltonian cycles in random graphs.

Max-Cut Algorithms & Concentration Inequalities - Implementation of a randomized and a deterministic algorithm for finding large cuts in random graphs. Using a simple balls and bins example to oberve the results of McDiarmid's inequality.

Dimensionallity Reduction & Satisfiability Algorithms - Studying the Johnson-Lindenstrauss Lemma to redduce the dimension of some matrix without losing any information. For the second part a randomized 2-SAT algorithm is implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages