GitXplorerGitXplorer
Q

unscramblr

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f59802ee30ec6b230588271637289a5c5ad5e1d5

small bug fix, changed hash to long long

QQuinny committed 10 years ago
Unverified
96a60502c9eefce76f596d0c0b5ca89f27e21559

read me

QQuinny committed 10 years ago
Unverified
7ed8d82ebdf8d5c79b2943e5b434298e69c95ceb

initial commit

QQuinny committed 10 years ago

README

The README file for this repository.

unscramblr

Just a little program I wrote while watching my mom play a word unscrambling game.

I designed my own hashing algorithm for the words so that all words which contain the same letters and letter count will recieve an identical hash. This makes looking up unscrambled words extremely fast, as any permutation will lead me to the correct entry in the map.