bmitchinson / word-counter

Kata for finding the top 100 most frequently occurring words, excluding stop words, in a text file. Runs in `M + E + (M-E)log(M-E)` time. Written in Typescript, Express, and the Preact web framework. An exercise in "Red, Green, Refactor".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bmitchinson/word-counter Stargazers