raunakkumarsingh / Cpp_Code

5 stars 46 forks source link

Code and Explanation of Boyer Moore Voting Algorithm #97

Closed 25011908vardhan closed 1 year ago

25011908vardhan commented 1 year ago

Closes Issue #80

I have implemented the Boyer Moore Voting Algorithm in C++ and added the file Boyer_Moore_Majority_Voting_Algorithm.cpp in Algorithm Folder in the repo.

Please do let me know if I need to change anything.