From: Daniel Berger Date: 2005-08-11T00:34:08+09:00 Subject: Re: Matrix type ? zimba-tm wrote: > Hello ruby fellows, > > Maybe you can help me. > > I'm currently trying to make a Sudoku solver for my first ruby program. > Sudoku is a nice 9x9 board game with simple rules, but it can be tough > to solve. More infos at http://www.sudoku.com/ if you want to launch a > RubyQuizz :-P > > What I would do, is use a kind of 2D Matrix that would represent the > board but couldn't find a satisfying method. require "matrix" Part of the stdlib. Regards, Dan