External Sorting (Handy one in the case of Memory Limit )
External sorting is a term for a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the...
Posted by Admin on
Daffodil Interview Solution -Set 1
Que:Write a program to print following output from given input. Input: aaa bbb ccc ddd eee fff ggg hhh iii jjj Output: bbb aaa ddd ccc ...
Posted by Admin on
Que 1:-Write a query to find the number of employee in each department. Given table is following. Emp_id Emp_name Department ...
Posted by Admin on
Find the middle word of the list
Given 5 strings as input, find the word which will appear in the middle if the strings are arranged in lexicographical order middleWord(...
Posted by Admin on
Permutation of each other
Given two strings str1 and str2 as input, check whether the strings are a permutation of each other. str1 is a permutation of str2 if all t...
Posted by Admin on
Add large numbers
Two strings representing two numbers have been provided as input. The numbers in the string can be so large that they may not be represente...
Posted by Admin on
Age of child
A child was born on 31/12/1999. The current date has been provided as input in "dd/mm/yyyy" format. What is the age of the child ...
Posted by Admin on
Subscribe to:
Posts (Atom)