• Stars
    star
    1
  • Language
    Python
  • Created 6 months ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This introduces the implementation of the Boyer-Moore Majority Vote Algorithm to find the most repeated character in a string. The algorithm is efficient, with a time complexity of O(n). Additionally, the PR includes a visualization of the algorithm using Python's Matplotlib library