Skip to content

amitfriedman12/Boggle-Solver-challenge-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • My solution to the 4x4 Boggle challenge described below:

  • gist.github.com/scottburton11/a2d8afcee57d13232ed4

  • My assumption is that words can not wrap around the edges.

  • The users can select whether they allow words of length 2.

  • ruby 2.1.0p0, rails 4.0.2

  • Using the basic sqlite3, to set up the DB run:

$ rake db:migrate

  • To run the test suite, run:

$ rspec spec/models/matrix_spec.rb

$ rspec spec/boggle_spec.rb

About

My solution to the Boggle 4x4 challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors