An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: balanced-brackets

noamsauerutley/balanced-brackets

Javascript solution code + test suite for the Balanced Brackets (parentheses) algorithm challenge using a stack data structure

Language: JavaScript - Size: 9.36 MB - Last synced at: about 15 hours ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 6

KavidiDeSilva/BalanceBracket

Challenge 2. This Java program checks whether a given string of brackets is balanced or not using a stack data structure. It defines a function called "isValid" that returns true if the brackets are balanced and false otherwise. The program compares opening and closing brackets and returns the result based on the stack's status.

Language: Java - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

EdwinJosue16/programming_exercises

Programming exercises in different programming languages

Language: JavaScript - Size: 44.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sumanas27/Balanced-String-using-Stack

Write an algorithm to balance a String using Stack Data Structure

Language: Java - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

florinpavelescu15/Assembly-Advanced

Assembly language implementation of some classical algorithms (in-place sorting of the elements of a singly linked list with integer elements, lcm, balanced brackets problem, sorting an array of words by calling the qsort library function) as well as implementing a function for the sum of the elements of two vectors using AT&T syntax.

Language: Assembly - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

saadullahaleem/hacker-rank-challenges

Solved Challenges from HackerRank.

Language: Python - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

eMahtab/balanced-brackets

Balanced Brackets

Size: 9.77 KB - Last synced at: 26 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

MechaDragonX/BalancedBrackets

Check if a Mathematical or Coding Expression has balanced brackets ('()', '<>', '[]', '{}')

Language: C# - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

jackychu0830/balanced_brackets

Check the brackets in a string are balanced

Language: Java - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0