My first big personal project. It's a web app for finding words for Scrabble-like games. It's using open-source polish dictionary available at sjp.pl saved into a Trie data structure. This repository is a mess, if you're looking for depth-first search implementation, it's here.
- Take care of mess in root directory
- Ruby
- Ruby on Rails
- Trie data structure