Skip to content

dmansen/boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boggle

A solver for boggle which uses persistent data structures and other cool crap.

Usage

Make a board:

(def sample-board
  (boggle.board/make-board 
    [\E \H \C \A
     \G \D \R \I
     \E \I \M \O
     \T \O \A \E]))

Load the dictionary:

(def dict
  (boggle.dictionary/load-dictionary "/usr/share/dict/words"))

Solve it!

(boggle.solver/find-words dict sample-board)

License

Copyright (C) 2011 Derek Mansen

Distributed under the Eclipse Public License, the same as Clojure.

About

A boggle solver, in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published