Kirubanand R

Results 12 issues of Kirubanand R

## 💥 Proposal Two sorted arrays would be given and those arrays should be merged without using extra space. For example: Array - 1 = [0 , 2 , 4...

medium
CrossWoC

## 💥 Proposal This #264 helps to find the sum of all sub matrices in the given matrix, and this concept is used to find the sum of sub matrix...

medium
CrossWoC

## 💥 Proposal (A clear and concise description of what the proposal is.) This question uses the concept of **Binary Search** to find the peak element ### Have you read...

easy
CrossWoC

## 💥 Proposal StairCase search is also commonly known as Search in a Row and Column sorted array. ### Have you read the *Contributing Guidelines on Pull Requests* ? Yes

medium
CrossWoC

## 💥 Proposal This is the most asked problem in interviews in 2-D Arrays. The brute force of this problem is having a time complexity of O(n ^ 6) and...

medium
CrossWoC

## 💥 Proposal (A clear and concise description of what the proposal is.) Trapping Rain Water is one of the most important array questions. ### Have you read the *Contributing...

medium
CrossWoC

## 💥 Proposal (A clear and concise description of what the proposal is.) The question is to find a pair that gives the sum that the user has entered. It...

easy
CrossWoC

## 💥 Proposal (A clear and concise description of what the proposal is.) Bitonic Array is an array in which the elements of the array first increases to a point...

good first issue
CrossWoC

The problem is to search for a key in a row and column sorted matrix. Since, the optimized solution searches for a key whose search path resembles a staircase, it...

cpp
searching
gssoc21
Level1

**Is your feature request related to a problem? Please describe.** This is a Medicine Landing Page named Obatin. **Describe the solution you'd like** This is built using HTML, CSS. **Screenshots**

HCSSoC21