Skip to content

Instantly share code, notes, and snippets.

@xrrocha
Created March 5, 2018 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xrrocha/f7be3def0a1db84b22423ceddaae8323 to your computer and use it in GitHub Desktop.
Save xrrocha/f7be3def0a1db84b22423ceddaae8323 to your computer and use it in GitHub Desktop.
public class SpellingCorrector {
private final Map<String, Integer> dictionary;
// stuff...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment