Everpure interview question

Draw a circle problem

Interview Answer

Anonymous

Feb 19, 2020

Is iterating across pixels and checking that x^2 + y^2 = r^2 enough? Or (x^2 + y^2 <= r^2) for filled-in circles.