🚀 Day 30 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 30th problem of the #GFG160Challenge: "Search in Rotated Sorted Array" 💡 Problem Overview: Given a sorted and rotated array arr[] of distinct elements, the task is to find the index of a target key. Return -1 if the key is not found. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
Satyam Shivam’s Post
More Relevant Posts
-
🚀 Day 11 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 11th problem of the #GFG160Challenge: "Maximum Product Subarray" 💡 Problem Overview: Given an array arr[] that contains positive and negative integers (may contain 0 as well). Find the maximum product that we can get in a subarray of arr. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 53 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 53th problem of the #GFG160Challenge: "Sum Pair closest to target" 💡 Problem Overview: Given an array arr[] and a number target, find a pair of elements (a, b) in arr[], where a<=b whose sum is closest to target. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 42 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 42th problem of the #GFG160Challenge: "Two Sum - Pair with Given Sum" 💡 Problem Overview: Given an array arr[] of positive integers and another integer target. Determine if there exists two distinct indices such that the sum of there elements is equals to target. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 37 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 37th problem of the #GFG160Challenge: "Rotate by 90 degree" 💡 Problem Overview: Given a square matrix mat[][] of size n x n. The task is to rotate it by 90 degrees in an anti-clockwise direction without using any extra space. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 63 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 63th problem of the #GFG160Challenge: "Largest subarray of 0's and 1'" 💡 Problem Overview: Given an array arr of 0s and 1s. Find and return the length of the longest subarray with equal number of 0s and 1s. #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 21 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 21th problem of the #GFG160Challenge: "Sort 0s, 1s and 2s" 💡 Problem Overview: Given an array arr[] containing only 0s, 1s, and 2s. Sort the array in ascending order. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 36 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 36th problem of the #GFG160Challenge: "Spirally traversing a matrix" 💡 Problem Overview: You are given a rectangular matrix mat[][] of size n x m, and your task is to return an array while traversing the matrix in spiral form. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 35 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 35th problem of the #GFG160Challenge: "Kth Missing Positive Number in a Sorted Array" 💡 Problem Overview: Given a sorted array of distinct positive integers arr[], we need to find the kth positive number that is missing from arr[]. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-
-
🚀 Day 40 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 40th problem of the #GFG160Challenge: "Search in a sorted Matrix" 💡 Problem Overview: Given a strictly sorted 2D matrix mat[][] of size n x m and a number x. Find whether the number x is present in the matrix or not. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in
-