The Question only ask to print first n number and each array array is of
size n....
So in the worst case  we will take combination of 1st element of first array
with all the element of second array.

my above code runs in O(n) taking this considerations... any comments or
test case where it fails???


Regards
Jitendra Kushwaha
Undergradute Student
Computer Science & Eng.
MNNIT, Allahabad

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@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