Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 453 Bytes

CharBalancer-Service

CharBalancer is an application to verify if special characters in a given string are balanced. The most common usage of this application is to check if brackets in a block of code are correct.

More Details

  • You are viewing the service's server repository, written in Go.
  • A Java client can be found here.
  • Presently checks the following characters: () {} <> []