Romeo-Aryal / C-program-fest2022

Simple repo to help developers contribute in hactoberfest
21 stars 94 forks source link

Created balanced_Parentheses.c #73

Closed Sau2001rabh closed 2 years ago

Sau2001rabh commented 2 years ago

Given string str of length N, consisting of ‘(‘ and ‘)‘ only, check whether it is balanced or not.