Tag: size
-
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 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.
-
How to find the Max and Min Length Strings in a given sentence ?
This is the complete solution to find the Max and Min Length Strings from the given sentence. This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
-
How to find the reverse of each word in a given sentence ?
This is the complete solution to find the reverse of each word from the given sentence. This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
