🚀 Day 26 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 26th problem of the #GFG160Challenge: "Non-overlapping Intervals" 💡 Problem Overview: Given a 2D array intervals[][] of representing intervals where intervals [i] = [starti, endi ]. Return the minimum number of intervals you need to remove to make the rest of the intervals non-overlapping. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
Satyam Shivam’s Post
More Relevant Posts
-
🚀 Day 55 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 55th problem of the #GFG160Challenge: "Pair with given sum in a sorted array" 💡 Problem Overview: You are given an integer target and an array arr[]. You have to find number of pairs in arr[] which sums up to target. It is given that the elements of the arr[] are in sorted order. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 54 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 54th problem of the #GFG160Challenge: "Pair with given sum in a sorted array" 💡 Problem Overview: You are given an integer target and an array arr[]. You have to find number of pairs in arr[] which sums up to target. It is given that the elements of the arr[] are in sorted order. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 29 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 29th problem of the #GFG160Challenge: "Sorted and Rotated Minimum" 💡 Problem Overview: A sorted array of distinct elements arr[] is rotated at some unknown point, the task is to find the minimum element in it. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 28 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 28th problem of the #GFG160Challenge: "Number of occurrence" 💡 Problem Overview: Given a sorted array, arr[] and a number target, you need to find the number of occurrences of target in arr[]. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 44 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 44th problem of the #GFG160Challenge: "Find All Triplets with Zero Sum" 💡 Problem Overview: Given an array arr[], find all possible triplets i, j, k in the arr[] whose sum of elements is equals to zero. Returned triplet should also be internally sorted i.e. i<j<k. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 38 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 38th problem of the #GFG160Challenge: "Search in a Row-Column sorted matrix" 💡 Problem Overview: Given a 2D integer matrix mat[][] of size n x m, where every row and column is sorted in increasing order and a number x, the task is to find whether element x is present in the matrix. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 27 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 27th problem of the #GFG160Challenge: "Merge Without Extra Space" 💡 Problem Overview: Given two sorted arrays a[] and b[] of size n and m respectively, the task is to merge them in sorted order without using any extra space. Modify a[] so that it contains the first n elements and modify b[] so that it contains the last m elements. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 57 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 57th problem of the #GFG160Challenge: "Count distinct elements in every window" 💡 Problem Overview: Given an integer array arr[] and a number k. Find the count of distinct elements in every window of size k in the array. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 1 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my first problem of the #GFG160Challenge: "Second Largest Element in an Array" 💡 Problem Overview: Given an array of positive integers, the task was to find the second largest distinct element. If no such element exists, return -1. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
🚀 Day 47 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 47th problem of the #GFG160Challenge: "Longest Consecutive Subsequence" 💡 Problem Overview: Given an array arr[] of non-negative integers. Find the length of the longest sub-sequence such that elements in the subsequence are consecutive integers, the consecutive numbers can be in any order. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in