HackerRank Hackfest-2020
Cyclic Binary String Problem Statement Given a binary string of length , you can cyclically shift this string any number of times. For example, consecutively applying cyclic shift operation to the binary string “1011010” you will get “0101101”, “1010110” and so on. Let X be