Re: [algogeeks] Circle

2011-08-05 Thread deepika anand
u can use bresenhems algo or mid point (2nd order algo) -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@goo

Re: [algogeeks] Circle

2011-08-05 Thread Nitin Nizhawan
I think this will do. http://en.wikipedia.org/wiki/Midpoint_circle_algorithm On Fri, Aug 5, 2011 at 7:08 PM, rShetty wrote: > Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without > making use of any floating point > computations at all. > > -- > You received this message because y

[algogeeks] Circle

2011-08-05 Thread rShetty
Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsu

Re: [algogeeks] Circle Circle & more Circles .........

2011-07-19 Thread priyanka goel
can u pl tell wat is dis x & y coordinate? are dey centre coordinates or any point on circumference of circle.. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe fr

[algogeeks] Circle Circle & more Circles .........

2011-07-19 Thread SAMMM
Suppose N number of circle is given with their x & y coordinate and radius . Now the question is to find the total area covered by the N circles .. Circles can be overlapping depending on their coordinates . -- You received this message because you are subscribed to the Google Groups "Algorithm

Re: [algogeeks] circle

2010-06-04 Thread sharad kumar
@divya:make use of bresenham circle drawing algortihm On Fri, Jun 4, 2010 at 8:42 PM, divya wrote: > . Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without > making use of any floating point computations at all. [ This one had > me stuck for quite some time and I first gave a solu

[algogeeks] circle

2010-06-04 Thread divya
. Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all. [ This one had me stuck for quite some time and I first gave a solution that did have floating point computations ]. -- You received this message because you are subscribed

[algogeeks] Circle Arrangement Problem

2006-12-07 Thread Darth
Hi, I think this is a standard problem but can't remember what is the exact name assigned to this problem. Neways, plz help me solve this one. The problem is as follows : Given X number of males and Y number of females and a number k, construct an arrangement of the males and females in a circl