- English Posting
- 2009/06/16 17:17
In last post, I used 2 dimension array. Below is 1 dimension version.
class Board
def initialize(rows, cols)
@rows, @cols = rows, cols
@blocks = [...
- English Posting
- 2009/06/16 15:51
Actually this quiz came from 'minesweeper' of programming challenges.
It's not difficult code, so skip explanation. And I have another idea that can reduce amount of memory usage when input data ...
1


최근 덧글