Thread: hi! could anybody help me, a hint at the least

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    15

    Lightbulb hi! could anybody help me, a hint at the least

    i was given d this prob. as a proj.Pls give some hint how to get about it : -
    there is a 3D maze(n*n*n;n is odd).there are some hindrances(1)to be avoided. the starting position is to be chosen and d objective is to reach the centre of the maze. if it is not possible to reach then print "NO" else print "YES" and find the shortest path.
    eg.
    ----------------
    1 0(start) 0
    0 1 0
    1 1 1
    --------------------
    1 0 1
    1 0(destn) 0
    0 1 0
    --------------------
    0 0 0
    1 1 0
    1 0 0
    --------------------
    output: Yes,3

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    come on there is never a need to double post
    http://cboard.cprogramming.com/showthread.php?t=54570
    Woop?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need a hint.
    By hyrule in forum C++ Programming
    Replies: 4
    Last Post: 09-04-2005, 09:31 PM
  2. need hint how to filter the results
    By kocika73 in forum C Programming
    Replies: 4
    Last Post: 01-29-2005, 06:27 PM
  3. Just a HINT
    By Diceman in forum C++ Programming
    Replies: 1
    Last Post: 07-25-2003, 05:27 PM
  4. i need hint...
    By jk81 in forum C Programming
    Replies: 3
    Last Post: 09-12-2002, 08:38 PM
  5. Programming hint required
    By abhijit in forum C++ Programming
    Replies: 2
    Last Post: 03-19-2002, 04:03 AM