As part of our dynamic arrays series, this week Liz tackles a popular real-world problem that involves finding time for her team to play Minecraft by using dynamic arrays.

This week’s problem:
Liz wants everyone at her company to hang out for a game of Minecraft, but everyone has told her they have too many meetings. She knows that there must be some time throughout the day that they are all free for some quality time.

Write a function that given an array of everyone’s meetings, returns a list of merged meetings so that Liz can see when everyone is free for games.

Additional Resources:

Video Overview:

  • 0:33 The Problem
  • 1:46 Examples
  • 6:10 The Approach
  • 12:22 Coding a Javascript Solution
  • 37:38 Recap

#minecraft #interview-questions #developer #game-development

Solving a Minecraft Coding Interview Question Using Dynamic Arrays
2.95 GEEK