Leetcode

Two sum Leetcode problem solved by java

1 .  Given an array of integers   nums  and an integer   target , return   indices of the two numbers such that they add up to  target . You may assume that each input would have  exactly  …

Read more

Plus One - Leetcode Problem solved by java

66.   You are given a   large integer   represented as an integer array   digits , where each   digits[i]   is the   i th   digit of the integer. The digits are ordered from most significa…

Read more
Load More
That is All