Skip to content

Bug Report for maximum-profit-in-job-scheduling #4402

@YakutovDmitriy

Description

@YakutovDmitriy

Bug Report for https://neetcode.io/problems/maximum-profit-in-job-scheduling

There is the following test case in hidden, which is not valid:

  • startTime = [1,2,3,4,5,6,7,8,9,10]
  • endTime = [10,9,8,7,6,5,4,3,2,1]
  • profit = [5,10,15,20,25,30,35,40,45,50]

In this case startTime >= endTime for half of the jobs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions