citisushi
BAN USER
"do a binary search to find the largest start time (last conflicting app) which is less than current apps end time."
Your apps are sorted already so why do you need to binarysearch for the largest?
"All the apps between current app and last conflicting app is conflicting"
You have to "touch" the in between apps at some point (perhaps simply to return them) so your algorithm is nlogn+n^2 = O(n^2)
Repsalinagray, Development Support Engineer at Atmel
Hi I am Salina Gray,I live in Texas and work as a Design Team Member. I am new to ...
RepAlmaRJude, Quality Assurance Engineer at Brocade
I am Alma from Livermore USA, I also enjoy reading – my favourite topics being social history, the development and use ...
Repthelmasaraht, Applications Developer at Accolite software
A child protection social worker is responsible for a variety of services designed to help families and children in a ...
Repannehbell8, Quality Assurance Engineer at Globaltech Research
Build and maintain relationships with convention vendors. Resolve issues throughout meeting event timelines.Plan room layouts and event programs, schedule ...
RepEviePaul, Member Technical Staff at Abs india pvt. ltd.
I am a Studio camera operator from Florida USA.I love to relax n' chill. love when it's cloudy ...
Please clarify the question: which is a longer chain?
- citisushi September 02, 2012"(a,b), (c,d), (e,f)" or "(a,g), (h,z)"