Skip to content

StatsObj used for working with strings. The priority queue based StatsObj makes returning the most frequent elements run in constant time, while the hashing idea based StatsObj makes adding and counting the elements run in constant time. The basic StatsObj is also provided.

Notifications You must be signed in to change notification settings

justinHe123/StatsObj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

About

StatsObj used for working with strings. The priority queue based StatsObj makes returning the most frequent elements run in constant time, while the hashing idea based StatsObj makes adding and counting the elements run in constant time. The basic StatsObj is also provided.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages