Hhimanshuinblogs-himanshu.hashnode.dev00Day 20 - Search in Rotated Sorted ArrayFeb 28 · 3 min read · Question You are given an array of length n which was originally sorted in ascending order. It has now been rotated between 1 and n times. For example, the array nums = [1,2,3,4,5,6] might become: [3Join discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 19 - Find Minimum in Rotated Sorted ArrayFeb 23 · 3 min read · Question You are given an array of length n which was originally sorted in ascending order. It has now been rotated between 1 and n times. For example, the array nums = [1,2,3,4,5,6] might become: [3Join discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 18 - Koko Eating BananasFeb 22 · 3 min read · Question You are given an integer array piles where piles[i] is the number of bananas in the ith pile. You are also given an integer h, which represents the number of hours you have to eat all the banJoin discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 17 - Search a 2d MatrixFeb 21 · 3 min read · Question You are given an m x n 2-D integer array matrix and an integer target. Each row in matrix is sorted in non-decreasing order. The first integer of every row is greater than the last integer Join discussion
Hhimanshuinblogs-himanshu.hashnode.dev00Day 16 - Daily TemperaturesFeb 20 · 4 min read · Question You are given an array of integers temperatures where temperatures[i] represents the daily temperatures on the ith day. Return an array result where result[i] is the number of days after the Join discussion