Skip to content

Bug Report for string-encode-and-decode #6050

Description

@Alpha-God27

Bug Report for https://neetcode.io/problems/string-encode-and-decode

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

Here is a clear, professionally formatted draft you can copy and paste into your GitHub issue description:

Suggested Description:

Issue / Request:
Please update the test cases for the String Encode and Decode problem to cover the full set of printable ASCII characters, including special characters such as ~.

Details:
Currently, the test suite lacks edge-case testing for special characters such as ~. Adding test cases that include all valid ASCII/special characters would ensure that solutions correctly handle non-alphanumeric delimiters and symbols.

Proposed Test Case:
Input: ["hello", "world", "~!@#$%^&*()_+-=[]{}|;:',.<>/?"]

Image

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