Meetup Schedule

Problem Overview

  • Find the maximum number of investor meetings with at most one meeting per day.
  • Input: arrays firstDay and lastDay for inclusive availability; Output: an integer count.
  • Real-world context: a startup owner scheduling investor meetings under tight schedules.
  • A Weride interviews coding interview problem and common interview question.
  • Constraints are unspecified.

Example

Unlock to view complete problem details

and practice with sample input/output

Was this article helpful?

View Test Cases & Run Code requires membership

Input Variables
Execution Result: