Skip to content

Conversation

@prateekshukla0918
Copy link

This PR fixes and improves the parentheses_checker.cpp file as discussed in issue #8760.

Changes made:

  • Replaced non-standard <bits/stdc++.h> with , ,
  • Added descriptive comments for clarity
  • Program now reads multiple lines until EOF
  • Removed unused commented-out vector test code
  • Improved input prompts for better usability
  • Reformatted code consistently

Tested locally using g++ -std=c++17 — working as expected.

Closes #8760

…ine input, add comments, and improve readability (fixes fineanmol#8760)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Updating the parentheses_checker.cpp code

1 participant