Skip to content

Bug Report for group-shifted-strings #5188

@wildchopper

Description

@wildchopper

Bug Report for https://neetcode.io/problems/group-shifted-strings

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Empty space at strings[0][0]
Try to console.log function's input arguments and you'll see that the first string in strings has an empty space in the beginning. I was thinking that i'm mistaken somewhere but constraints say that the string consists of lowercase English letters

Case 1: console.log(strings)
[
' abc', 'bcd',
'acef', 'xyz',
'az', 'ba',
'a', 'z'
]

Case 2: console.log(strings)
[ ' a' ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions