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", "~!@#$%^&*()_+-=[]{}|;:',.<>/?"]

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", "~!@#$%^&*()_+-=[]{}|;:',.<>/?"]