Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 647 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 647 Bytes

IE_531

Assignment 1: K-peg Tower of Hanoi using recursion.
Assignment 2: Deterministic Median-of-Median Algorithms with different Stopping Lengths (recursion-based).
Assignment 3: Recursive Randomized-Selection Algorithm with Multiple Pivots.
Assignment 4: Generating a set of Univariate Gaussian RVs using unfair three-sided dice as the only available source of “randomness”.
Assignment 5: Low-Rank Approximations for Color Images using Image-Blocks (SVD-based).
Assignment 6: Gibbs-Sampling Implementation for Discrete-Time Markov Chains.
Assignment 7: Edo Liberty’s Matrix Sketching Algorithm.