Jumble Solver

May, 2014

This project was one of the first projects I created to solve Jumble word puzzles. It was originally written in VB6 and later ported to VB.NET Winforms. It functions by taking the scrambled letters and assembling all possible permutations outputting only those that exist in a dictionary file. In projects like this a creative approach and well thought data structures can vastly reduce execution times.

A Jumble solver code sample is available here.

Solved puzzle: Rainy, Octet, Twinge, Pigpen.
Solved puzzle: Quest, Gulch, Induct, Lazily.