There are 500 different students with different heights who are arranged in an array of 10 rows and 50 columns according to their respective heights.
Now, the tallest from each row is called out and the shortest one of them is marked as S. They are asked to go back to their respective position.
Then, the shortest from each column is called out and the tallest one among them is marked as T.
Can you find out who between S and T is taller?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Actually they are same person. Shortest of longest of each row is same as longest of shortest of each column. Try making a table to understand it quickly