Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Amazon
1.9K+ articles
Greedy
1.4K+ articles
Flipkart
258+ articles
Morgan Stanley
229+ articles
MakeMyTrip
214+ articles
Facebook
87+ articles
Algorithms-Greedy Algorithms
28+ articles
Google code jam
4+ articles
Activity Selection Problem
3 posts
Recent Articles
Minimum number of edges to be removed from given Graph such that no path exists between given pairs of vertices
Last Updated: 23 July 2025
Given an undirected graph consisting of N valued over the range [1, N] such that vertices (i, i + 1) are connected and an array arr[] consisting of M pair of integers, the...
read more
Graph
Greedy
Sorting
Mathematical
Blogathon
DSA
Arrays
Activity Selection Problem
Make the intervals non-overlapping by assigning them to two different processors
Last Updated: 12 July 2025
Given a list of intervals interval[] where each interval contains two integers L and R, the task is to assign intervals to two different processors such that there are no ...
read more
DSA
Activity Selection Problem
Google code jam
Algorithms-Greedy Algorithms
Activity Selection
Last Updated: 08 September 2025
Given two arrays start[] and finish[], representing the start and finish times of activities. A person can perform only one activity at a time, and an activity can be perf...
read more
Greedy
DSA
Amazon
Activity Selection Problem
Morgan Stanley
Flipkart
Facebook
MakeMyTrip
Visa