Skip to content

1021. Remove Outermost Parentheses #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2020
Merged

1021. Remove Outermost Parentheses #86

merged 1 commit into from
May 5, 2020

Conversation

zwfang
Copy link
Collaborator

@zwfang zwfang commented May 4, 2020

No description provided.

@zwfang zwfang added string A string is used to represent text. It is comprised of a set of characters. stack LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop) labels May 4, 2020
@codecov
Copy link

codecov bot commented May 4, 2020

Codecov Report

Merging #86 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   99.39%   99.39%   +0.01%     
==========================================
  Files         119      120       +1     
  Lines        2106     2121      +15     
==========================================
+ Hits         2093     2108      +15     
  Misses          9        9              
  Partials        4        4              
Impacted Files Coverage Δ
...utermost_Parentheses/remove_outmost_parentheses.go 100.00% <100.00%> (ø)

@zwfang zwfang merged commit ded538a into master May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stack LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop) string A string is used to represent text. It is comprised of a set of characters.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant