Skip to content

Job Sequencing with Deadlines #6510

@Sneha421

Description

@Sneha421

Problem Statement: Given 3 arrays - Job ID, Job Deadline and Job Profit, find all the non-overlapping jobs that give maximum profit. Only one job can be scheduled at a given time and each job takes one unit of time.

Input: Job ID, Job Deadline and Job Profit arrays [can be combined into one array as well]
Output: The number of jobs and the maximum profit

image

The above snippet has been taken from GeeksForGeeks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions