LeetCode Username
1PmRkf0pHc
Problem Number, Title, and Link
- Find Kth Bit in Nth Binary String - https://leetcode.com/problems/find-kth-bit-in-nth-binary-string/editorial/
Bug Category
Editorial
Bug Description
In Approach 4, the example states that S3="0111100" (both in the text and the table). The correct should be S3 = "0111001" (the same example in the description is shown correctly).
Language Used for Code
None
Code used for Submit/Run operation
No response
Expected behavior
S3="0111001" (both in the text and the table)
Screenshots
No response
Additional context
No response