The majority package
The Boyer-Moore Majority Vote Algorithm determines if there in a list of votes is a candidate that holds more than half of the majority, and if so, finds this candidate. It does so in time linear in the length of the input list and constant memory. For a detailed description of the algorithm, see these papers:
Wim H. Hesselink, "The Boyer-Moore Majority Vote Algorithm", 2005;
Robert S. Boyer and J. Strother Moore, "MJRTY - A Fast Majority Vote Algorithm", 1982.
Properties
| Versions | 1.0, 1.1 |
|---|---|
| Dependencies | haskell2010 |
| License | PublicDomain |
| Author | Nis N. Wegmann |
| Maintainer | niswegmann@gmail.com |
| Stability | provisional |
| Category | Algorithms |
| Home page | https://github.com/niswegmann/majority |
| Source repository | git clone https://github.com/niswegmann/majority.git |
| Upload date | Mon Jul 18 15:57:23 UTC 2011 |
| Uploaded by | NisWegmann |
| Built on | ghc-7.0 |
Modules
- Algorithms
Downloads
- majority-1.1.tar.gz (Cabal source package)
- package description (included in the package)