animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
324 stars 213 forks source link

Add Content - Boyer-Moore majority voting algorithm #1286

Closed Ramya-korupolu closed 3 days ago

Ramya-korupolu commented 4 days ago

Hey @animator, I'm a GSSoC'24 contributor.

I would like to add the "Boyer - Moore" algorithms which is used for finding the majority of a sequence of elements using linear time and a constant number of words of memory.

Kindly assign me the issue.