Skip to content

Bug Report for find-words-that-can-be-formed-by-characters #5910

@mfrazi

Description

@mfrazi

Bug Report for https://neetcode.io/problems/find-words-that-can-be-formed-by-characters

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

In this test case:
Image

Using this kind of GO code:

for _, word := range words {
    fmt.Println(word)
}

The value of "hat" becomes " hat", it has space as prefix and break the constraints that only contains lower case letter.

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