Find Kth Bit in Nth Binary String
Given two positive integers n and k, return the kth bit in the nth binary string generated by specific rules.
Given two positive integers n and k, return the kth bit in the nth binary string generated by specific rules.