[algogeeks] Design an algorithm

2010-09-29 Thread Rashmi Shrivastava
Design an algorithm for long integer's data structure.Then provide the operations shift,addition and multiplication.Then calculate the factorial of the 1 number using your data structure algorithm. Thank you so much in advance. -- You received this message because you are subscribed to the G

[algogeeks] design an algorithm

2006-04-03 Thread sarinarpit
a directed Hamiltonian cycle DHC in a directed graph G+(V,E) is a directed cycle of length n=|V|,where |V| is the number of vertices in G.So, the cycle goes through every vertex exactly once and then returns to the starting vertex. The DHC problem is to determine if a given directed graph G has a

[algogeeks] Design an algorithm

2005-11-30 Thread Abhi
Design an algorithm for following problem Given N computers networked together, with each computer storing N integers, describe a procedure for finding the median of all of the numbers. Assume that a computer can only hold O(N) integers (i.e. no computer can store all N^2 integers). Also assume t