hello...................

QN :- How to find *TRANSPOSE*  of the *RECTANGULAR* matrix
        i,e. m * n , where n != m.

Ex:-
  input:-

       1  2  3  4
       5  6  7  8

output:-
           1  5
           2  6
           3  7
           4  8

thanks and regards
  UMESH KUMAR
   D.U.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
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