Interview Question

Revision en1, by rahul_1234, 2017-04-01 16:21:54

Given 'n' circles (each defined by center and radius) Write an algorithm to detect if given circles intersect with any other circles in the same plane

Better than O(n^2) complexity

Tags binary seach

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English rahul_1234 2017-04-01 16:21:54 202 Initial revision (published)