|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Minimum enclosing circle via Welzl's algorithm. More...
Go to the source code of this file.
Functions | |
| static void | print_banner (const char *title) |
| int | main () |
Minimum enclosing circle via Welzl's algorithm.
Demonstrates:
MinimumEnclosingCircle in expected O(n)Definition in file minimum_enclosing_circle_example.cc.
| int main | ( | ) |
Definition at line 58 of file minimum_enclosing_circle_example.cc.
References Aleph::DynList< T >::append(), Aleph::divide_and_conquer_partition_dp(), Aleph::Point::get_x(), Aleph::Point::get_y(), Aleph::HTList::Iterator::has_curr(), and print_banner().
|
static |
Definition at line 52 of file minimum_enclosing_circle_example.cc.
Referenced by main().