Skip to content

proper parenthetics with tests, stack, linked list#3

Open
julienawilson wants to merge 2 commits intomasterfrom
proper-parenthetics
Open

proper parenthetics with tests, stack, linked list#3
julienawilson wants to merge 2 commits intomasterfrom
proper-parenthetics

Conversation

@julienawilson
Copy link
Owner

No description provided.

"""Ensure the balance of opening and closing parenthtics."""
parenthetics_stack = Stack()
for i in input_string:
if i == '(':

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better variable names plz

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.

2 participants