Problems

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

Bill Division Hackerrank problem solved Java

Two friends Anna and Brian, are deciding how to split the bill at a dinner. Each will only pay for the items they consume. Brian gets the check and calculates Anna's portion. You must…

Read more
Load More
That is All