Skip to content

saurabh-maurya/GeeksForGeeks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeeksForGeeks


MATH

Missing Number in Array

Given an array of size N-1 such that it only contains distinct integers in the range of 1 to N. Find the missing element.

Trailing Zero in Factorial

For an integer N find the number of trailing zeroes in N!.

Simple Fraction

Given a fraction. Convert it into a decimal. If the fractional part is repeating, enclose the repeating part in parentheses.

Nth Natural Number

Given a positive integer N. You have to find Nth natural number after removing all the numbers containing digit 9.

Smallest Positive Integer that can not be represented as Sum

Given an array of size N, find the smallest positive integer value that cannot be represented as sum of some elements from the array.

Is Prime

Check if the given integer is prime number or not

Prime No. In Range

Print all the prime no. from zero to n

All Possible Substring

Print all possible substring of a give string


ARRAY

Tapping Rain Water

Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.


About

geeksforgeeks problem solving in JAVA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published