Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: find all paths of length n in a graph (Boggle solver)

by tye (Sage)
on Jan 10, 2006 at 22:54 UTC ( [id://522341]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # To get a random 4x4 board and solve it:
    boggle < dictionary
    ...
    boggle 5 < dictionary
    # To use a specific board:
    boggle gaut prmr dola esic < dictionary
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        die "Impossible";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://522341]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-19 02:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found