Table of Contents - boggler-0.0.1 Documentation
Pages
-
readme
- Boggler
- Description
- Installation
- TODO
- Features
- Chores
- Interesting Bits?
- Dictionary Hash Conversion
- Word Construction
- Thoughts and Things to Ponder
- What external resources would help?
- What factors impact performance?
- What would you do to improve them?
- What are the key data structures in use here?
- What makes them more appropriate than alternatives?
- Can your solution handle words that occur within other words?
- Credit
Classes and Modules
- Boggler
- Boggler::Benchmarking
- Boggler::Cell
- Boggler::Core
- Boggler::Dice
- Boggler::Dictionary
- Boggler::Die
- Boggler::Grid
- Boggler::Solver
Methods
- ::new — Boggler::Cell
- ::new — Boggler::Die
- ::new — Boggler::Grid
- #add_word — Boggler::Solver
- #build_grid — Boggler::Grid
- #game — Boggler::Core
- #get — Boggler::Dice
- #iterator — Boggler::Cell
- #letters_to_hash — Boggler::Dictionary
- #load — Boggler
- #load_path — Boggler
- #measure — Boggler::Benchmarking
- #merge_word — Boggler::Dictionary
- #merge_word_hash — Boggler::Dictionary
- #neighbors — Boggler::Cell
- #next_cell — Boggler::Cell
- #next_possible_cell — Boggler::Grid
- #possible_word? — Boggler::Cell
- #random_dice — Boggler::Dice
- #random_letter — Boggler::Die
- #roll — Boggler::Die
- #row_string_for — Boggler::Grid
- #run — Boggler::Core
- #seed — Boggler::Core
- #separator — Boggler::Grid
- #set_dictionary — Boggler::Cell
- #set_used — Boggler::Cell
- #solve — Boggler::Solver
- #start — Boggler::Core
- #to_s — Boggler::Grid
- #valid_word? — Boggler::Cell
- #word_to_hash — Boggler::Dictionary
- #words — Boggler::Grid
- #words — Boggler::Dictionary
- #words — Boggler::Solver
- #words_from_cell — Boggler::Grid
- #words_starting_at — Boggler::Grid
- #words_to_hash — Boggler::Dictionary