Aryan Srivastava
Aryan Srivastava
# Aim - will be adding the solution for [Majority Element](https://leetcode.com/problems/majority-element/) in leetcode/java folder, as it is not present there. # Details - will be adding brute, better and optimal...
Given a non-negative integer x, compute and return the square root of x. Since the return type is an integer, the decimal digits are truncated, and only the integer part...
Problem - [Two Sum II - Input array is sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they...