Talk:Fortune's algorithm
Appearance
![]() | Computer science Start‑class Low‑importance | ||||||||||||||||
|
MathML pre rendering bug

In https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-rendering, MathML is wrapped unconditionally. --- Cedar101 (talk) 01:35, 26 November 2015 (UTC)
Pseudo Code
There seem to be several incongruities, or at best missing definitions, in the presented pseudo-code:
- z appears to denote a point and *(z) an operation on a point yet * is later applied to regions.
- It is unclear what a "boundary ray" between two sites (points?) is to mean.
- In the common case one would assume there is exactly one site with minimal y-coordinate, but then there can be no "initial vertical boundary rays".
- S is not defined...
I will stop there. It also looks like the pseud-code aims to describe a "rotated" version of the animated demo, further adding to the confusion.