Cruise Interview Question

How to effectively search a multitude of LIDAR points efficiently?

Interview Answer

Anonymous

Mar 2, 2018

Group them via a polygon drawing algorithm. Sort for efficiency, point filtering, etc. This all had to be client side so I even suggest using ML client side via deeplearn.js to efficiently determine how to map the polygons.