0.0
No commit activity in last 3 years
No release in over 3 years
Reads a dictionary file and allows a user to find anagrams.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0.0
 Project Readme

AnagramSolver¶ ↑

A Ruby gem for that plugs into Rails. The gem allows for the upload of a text file which will be the dictionary file. The dictionary file consists of a list of words. Each word is on separate line. The gem provides an input where a user can input a word of their choice. On hitting enter (or clicking a button) the webapp should find all anagrams, if any exist, of the word and display them. If no anagrams are found it should display “No anagrams found for <word>”.

TODO¶ ↑

Create an Instrumentation to save searched anagrams. Save tempfile into root_path/public/uploads, and keep track of them, so that it can be displayed as a list and a user can select that particular word list to use it.

This project rocks and uses MIT-LICENSE.