munch2024 / munch

2 stars 11 forks source link

Rewrite Complex Code (Fixes #104) #107

Closed StacL closed 8 months ago

StacL commented 8 months ago

Description

This fixes issue #104

The code checks if a sequence of parenthesis, brackets, and braces are valid in a single line, but the issue faces problems in readability by having a complex return statement condensed into one line.

Source of code is from: #20. Valid Parentheses

StacL commented 8 months ago

ChatGTP Link: https://chat.openai.com/share/f1521f24-ada8-404e-9e6f-abf296700841

Summary of Changes