Hi AlgoGeeks,

Can anyone provide me answers for the below.


1. given an array of random integers write a program to (1) detect
duplicate (2) remove duplicate (array should not get hampered at any
cost!).

2 - In a sorted array some of the elements say N are rotated. for
example initially 1 2 3 6 7 8 9 after rotation of 3 elements 7 8 9 1 2
3 6.So how do you search an element in this array?


Regards,
Vikas J

-- 
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