Tag: List
-
How to find String Palindrome check of the given given String ?
This is the complete solution to find the String Palindrome check from the given String. The solution consists of a functional interface, super class and a couple of derived classes implementing the interface.
-
How to find Sum of digits from the given number ?
This is the complete solution to find the sum of digits from a given integer. The solution consists of a functional interface, super class and three derived classes implementing the interface.
-
How to find Frequency of the Numbers from the given array of Integers ?
This is the complete solution to find the frequency numbers from given array of the numbers This solution is designed to to solve the problem using an interface, super class and three derived classes implementing the interface.
-
How to find Leader Numbers from the given array of Integers ?
This is the complete solution to find the leader numbers from given array of the numbers This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
-
How to find Doublets whose sum is divisible by 9 from the given array of Integers ?
This is the complete solution to find the Doublets whose sum is divisible by 9. This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
-
How to check Anagram – Option Online Compiler
This is a demonstration of how to use Trinket online java compiler. This is an already existing solution to find check whether the given two Strings are Anagram. The logic uses the String class, and String class methods of Java.
-
How to check Anagram – Option Online Compiler
This is a demonstration of how to use Trinket online java compiler. This is an already existing solution to find check whether the given two Strings are Anagram. The logic uses the StringBuilder, and String class methods of Java.
-
How to find nTh number of Fibonacci series
This is the fourth solution to find the nTh number of the Fibonacci series. The logic uses the Stream API of java.
-
How to find First and Second biggest number from the given array of Integers ?
This is the complete solution to find the first and second biggest number from an array of integers. This solution is designed to solve the problem using an interface, super class and two derived classes implementing the interface.
-
How to find Triplets whose sum is divisible by 9 from the given array of Integers ?
This is the complete solution to find the Triplets whose sum is divisible by 9. This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
