Cut the Cake: Difference between revisions
Jump to navigation
Jump to search
imported>Kmk21 Created page with "#circle starts at 1 slice, place lines in turn #discard a line if it doesn't intersect the circle. lines that do automatically create another slice #intersect the new line aga..." |
(No difference)
|
Latest revision as of 05:52, 27 August 2016
- circle starts at 1 slice, place lines in turn
- discard a line if it doesn't intersect the circle. lines that do automatically create another slice
- intersect the new line against every other line already placed
- each intersection that occurs within the circle adds an extra slice