Q1) A sorted array is rotated unknown number of times , write an algorithm 
to search an element in this rotated array in O(log n) .
Hint : Modify binary search
 
Q2) Write an algorithm to traverse a rectangular matrix spirally.

  

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/0WBV1uzAe5AJ.
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