🚀 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 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 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 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 39 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 39th problem of the #GFG160Challenge: "Search in a row-wise sorted matrix" 💡 Problem Overview: Given a row-wise sorted 2D matrix mat[][] of size n x m and an integer x, find whether element x is present in the matrix. #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 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 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
-
🚀 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 43 Completed: GfG160: 160 Days of Problem-Solving 🎉 Today, I successfully solved my 43th problem of the #GFG160Challenge: "Count pairs with given sum" 💡 Problem Overview: Given an array arr[] and an integer target. You have to find numbers of pairs in array arr[] which sums up to given target. #gfg160 #geekstreak2024 #GeeksforGeeks #ProblemSolving #LearningJourney #Programming
To view or add a comment, sign in