Skip to content

Instantly share code, notes, and snippets.

@anarcher
Created May 28, 2012 08:05
Show Gist options
  • Save anarcher/2817945 to your computer and use it in GitHub Desktop.
Save anarcher/2817945 to your computer and use it in GitHub Desktop.
scala coding battle
아래의 CSV을 읽어서 Trie 자료구조를 이용한 autocomplete을 구해보아요.
> sbt run sca
"scalastyle","133"
"scala-io","107"
"scala-arm","98"
trie data structure : http://en.wikipedia.org/wiki/Trie
stack overflow tags : http://data.stackexchange.com/stackoverflow/query/71219/tags-by-number-of-views (Run query를 클릭하면 CSV파일로 다운로드 받을 수 있습니다)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment