Nishtha GuptaIntroduction to Greedy Approach in Data Structures and AlgorithmsA greedy algorithm always makes the choice that looks best at the moment. Greedy algorithms can be characterized as being ‘short sighted’…May 6, 2021May 6, 2021
Nishtha GuptaJob Scheduling Problem using Greedy ApproachProblem statement: Given an array of jobs where every job has a deadline and associated profit if the job is finished before the deadline…May 6, 2021May 6, 2021