Skip to content

Commit 15fd5a5

Browse files
committed
Bugs Removed
1 parent bb1d963 commit 15fd5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parenthesis_Matching_using_Stack_ds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int parenthesisMatching(const char *expression)
9999
}
100100
}
101101
int main()
102-
{ // it is necessary to have const char pointer else code will not work as per as c++
102+
{
103103
const char *expression = "((8)(*--$$9))";
104104

105105
if (parenthesisMatching(expression))

0 commit comments

Comments
 (0)