Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

drayuka/Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Solution

This is a small node.js repo that should solve the provided programming problem. To use it, you need nodejs and npm installed.

Setup

npm install

Usage

to run against the provided SampleFile.txt

npm start

or run against any other file

npm start -- --wordsFile FileName

Limitations

This solution utilizes streaming to process the file one chunk at a time. It should be limited only by the speed at which nodejs can read from a file and split recieved data into words, barring adversarial examples (all words are 'unique', etc.).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published