Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliaro/frequent_elements
This is an implementation of the frequent algorithm described in the paper: "A simple algorithm for finding frequent elements in streams and bags" Karp, Shenker, Papadimitriou, 2003
https://github.com/goliaro/frequent_elements
Last synced: about 1 month ago
JSON representation
This is an implementation of the frequent algorithm described in the paper: "A simple algorithm for finding frequent elements in streams and bags" Karp, Shenker, Papadimitriou, 2003
- Host: GitHub
- URL: https://github.com/goliaro/frequent_elements
- Owner: goliaro
- Created: 2018-09-22T23:53:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T16:26:16.000Z (over 6 years ago)
- Last Synced: 2024-10-16T14:12:31.353Z (3 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frequent_elements
This is an implementation of the frequent algorithm described in the paper: "A simple algorithm for finding frequent elements in streams and bags" Karp, Shenker, Papadimitriou, 2003