Given set of numbers(  0<= n<10 ) can contain duplicates . Now from
this set we can generate an increasing sequence formed from the
combination of number in the set . Now your task is to find the K th
element element from the Increasing Sequence .
For Example :- Given a Set S { 0 , 1 , 3, 1 }
The Increasing sequence formed are :-

0, 1, 3, 10, 11 , 13 , 30 , 31, 110, 111 , 113 , 131  ..........

>From this sequence you need to find the Kth Element .

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to