WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

Overlapping rectangle #118

Closed viveshy closed 3 years ago

viveshy commented 3 years ago

Description

Given two rectangles, find if the given two rectangles overlap or not. Note that a rectangle can be represented by two coordinates, top left, and bottom right. So mainly we are given the following four coordinates. l1: Top Left coordinate of the first rectangle. r1: Bottom Right coordinate of the first rectangle. l2: Top Left coordinate of the second rectangle. r2: Bottom Right coordinate of the second rectangle.

Details

Issue requirements / progress

Directory Structure

Create a directory by the name "118_Overlapping_Rectangle" in the Algorithm folder.

Note

  1. Please claim the issue first by commenting here before starting to work on it.
  2. Once you are done with the task and have created a Pull Request, please tag @viveshCodes to request a review.
SPandeyCodes commented 3 years ago

hey @viveshCodes . Can i work on this issue?

viveshy commented 3 years ago

@SPandeyCodes you can go ahead.