Given two arrays , one is 1D array and other is 2D array . Now u need to 
find out whether 2D array contains the subset of 1D array .  The elements 
of 1D array not neccessary present in the same row it can be either on the 
up or down but should be continuous in the 2D array .. 

-- 
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/-/GKvCpIqLjt8J.
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