Thread: about the backtracking method and maze

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    2

    about the backtracking method and maze

    hi guy, i was new in this forum, i want know a method can solve maze and backtracking by using c++ , so i hope you can help me
    i need a sample code to do my project, thanks you!!

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    please read the RULES


    also you could use recursion...or maybe for a specific data structure to make mazes: disjoint sets

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Registered User
    Join Date
    Mar 2004
    Posts
    2
    thanks guy!!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Shortest Path Maze Solver (Breadth Search Help)
    By Raskalnikov in forum C Programming
    Replies: 5
    Last Post: 04-07-2009, 07:41 PM
  2. any beginner ideas?
    By gunder in forum C Programming
    Replies: 6
    Last Post: 11-25-2005, 10:09 AM