Skip to content

[BUG] - Problem 1545: Editorial: Approach 4: Wrong representation for S_3 #24824

@algo74

Description

@algo74

LeetCode Username

1PmRkf0pHc

Problem Number, Title, and Link

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions