An open API service indexing awesome lists of open source software.

https://github.com/pantelwar/daily-fun-find-rectangles

Find Number of rectangles in a cartesian system
https://github.com/pantelwar/daily-fun-find-rectangles

algorithm-challenges algorithms

Last synced: 11 months ago
JSON representation

Find Number of rectangles in a cartesian system

Awesome Lists containing this project

README

          

# daily-fun-find-rectangles
Find Number of rectangles in a cartesian system

inputArray = [
(1,2), (2,2), (3,2), (4,2), (5,2), (6,2),
(1,1), (2,1), (3,1), (4,1), (5,1), (6,1)
]