Google-Developer-Student-Club-CCOEW / Competitive-Coding

7 stars 51 forks source link

question 74 #160

Closed komalvhanmane closed 2 years ago

komalvhanmane commented 2 years ago

You are given two arrays of strings that represent two inclusive events that happened on the same day, event1 and event2, where:

event1 = [startTime1, endTime1] and event2 = [startTime2, endTime2]. Event times are valid 24 hours format in the form of HH:MM.

A conflict happens when two events have some non-empty intersection (i.e., some moment is common to both events).

Return true if there is a conflict between two events. Otherwise, return false.

Example 1:

Input: event1 = ["01:15","02:00"], event2 = ["02:00","03:00"] Output: true Explanation: The two events intersect at time 2:00.

ArtiHere commented 2 years ago

Name : Arti Tambade Branch : IT College : MKSSS's CCOEW Please assign this issue to me

ShrutikaK2911 commented 2 years ago

Name : Shrutika Kaperavenollu CCOEW Branch : IT I would like to work on this issue. Can you please assign me this issue

ManasiGDeshmukh commented 2 years ago

Name : Manasi Deshmukh CCOEW Branch : Computer Engineering I would like to work on this issue. Can you please assign me this issue ?

sayli2003 commented 2 years ago

Sayli Borole CCOEW Computer I would like to work on this issue.

pranotip283 commented 2 years ago

Pranoti Patil CCOEW Comp Can you assign me this issue?

ruchagaikwad567 commented 2 years ago

Rucha Gaikwad PCCOER Computer Can you assign me this issue ?

aditi3004 commented 2 years ago

HEY!!! This is Aditi Sharma(SY-C) MKSSS's CCOEW Computer Engineering

I want to work on this issue Can you assign this to me?