Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 328 Bytes

Course: Advanced Algorithms Design @ University of Padua

Some very interesting algorithms I want to test.

Discrete root

Compute the discrete root using binary search

Estimate PI

A (inefficient) Monte Carlo algorithm that estimate PI at arbitrary digit

Euclid

Compute the gcd(a,b) using the famous Euclid algorithm