Skip to content

nboumaza/trending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

Given an input text string and an integer providing the number of items to return this algorithms returns a list of word strings ordered by word frequency, the most frequently occurring word first.

The algorithms runs in O(n) time where n is the number of characters in the input text string.

How to Build

Assuming familiarity with maven, clone or download the master branch and issue the following command:

mvn clean install

About

word usage frequency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages