+ Reply to Thread
Results 1 to 3 of 3

Thread: Find a number in a matrix

  1. #1
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321

    Find a number in a matrix

    Find a number in a matrix which is sorted left to right and top to bottom.

  2. #2
    game.iiith Guest
    hint: start from the top left corner

    Avi
    Avi Dullu's Code Arena

  3. #3
    jalajb2k7 Guest
    START FROM THE TOP LEFT CORNER ... if the number to be searched is more then a[0][1] and a[1][0] the move to a[1][1] else if number is greater then a[o][1] but less then a[1][0]
    move to a[0][1] and apply same process again ..keep on checking the equivalence at each step...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Find number or just smaller number
    By TopGun in forum Amazon
    Replies: 1
    Last Post: 2nd July 2010, 04:43
  2. Find max size sub matrix
    By Surfer in forum Adobe
    Replies: 1
    Last Post: 8th April 2010, 00:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts