You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dann toliver edited this page Aug 9, 2014
·
1 revision
The goal for this one was to write a system for automatically completing a given input. It's an easy problem to explain, but a little tricky to tease out the interesting parts.
For the first session most groups just built simple pattern matchers or key/value pair objects, but by the second session there were groups working on building tries and another using the Levenshtein distance metric to compute the closest match.
A fun problem, but because the interesting parts are more technical and harder to motivate it's probably best for experienced groups.