I made this application to quickly and easily convert bracket types as I found it inconvenient to change brackets when testing cases for Leetcode problems in Java.
Program reacts to {},[] or () brackets. Class program contains main function. If u want to put strings on validation just put them in Args[]. Class stack is my analog for stack constructure. It based ...