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

https://github.com/lucasmsa/timeblocks-problem

⏱ Trying to come up with my solution to the problem seen in this video: https://youtu.be/3Q_oYDQ2whs
https://github.com/lucasmsa/timeblocks-problem

algorithms ruby

Last synced: about 1 year ago
JSON representation

⏱ Trying to come up with my solution to the problem seen in this video: https://youtu.be/3Q_oYDQ2whs

Awesome Lists containing this project

README

          

# Time Blocks interview-like problem
Trying to come up with my solution to the problem seen in this video: https://youtu.be/3Q_oYDQ2whs

Also, trying Ruby 💎 for the first time

## Algorithm 👾
- Look at both sets of busy time
- Save every available time for both people
with the interview time
- Compare both available times and eliminate the ones that are
before the latest starting schedule and after the earliest
ending schedule