manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Balanced Brackets ( using stacks ) #220

Open nikhil072000 opened 3 years ago

nikhil072000 commented 3 years ago

🚀 Feature

Balanced Brackets: Given a string, representing an expression. We've to check, if the expression is balanced ( closing brackets and opening brackets match up as well )

Have you read the Contribution Guidelines?

Yes

Pitch

Such problems helps in logic building and was also asked in interviews. please assign this to me for JAVA.

Assignees

(Do not make changes in this section until asked to do so)
C -
C# -
C++ - @codesanta142 Go -
Java - @nikhil072000 Javascript -
Kotlin -
Python -

codesanta142 commented 3 years ago

I take up this in C++

manan025 commented 3 years ago

@nikhil072000 - Java @codesanta142 - C++ assigned

lucblassel commented 3 years ago

Hi I would like to try my hand at go

AkhileshManda commented 3 years ago

I can take this up in python

DoyelA commented 3 years ago

@manan025 please assign me this topic for c#