Skip to content

AaronCodesPython/mult_weight_smallest_circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiplicative Weights Algorithm for 2D-Smallest-Circle Problem

Problem Statement

Compute the smallest circle that contains all points of a given set in the 2D Euclidean plane.

Initial Point Set Resulting Circle ---

Controls

  • R – Reset the point generation and circle
  • T – Advance the algorithm

Pseudocode

Pseudocode

Adapted from the lecture script:

About

Small Visualization of nlog(n) probabalistic algorithm for Smallest-circle problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages