LeetCode Question · Oct 2019 · Los Angeles

Uber | Onsite | Number of squares formed by perpendicular lines

2 upvotes 1,019 views 6 replies

Question Details

Given two list of lines, perpendicular to each other. Find the number of squares they form. class Point { int x; int y; Point(int x, int y) { this.x = x; this.y = y; } } class Line { Point...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

General Experience