I have this code, which checks whether the brackets in a string like "{{}[]}" are in a valid order:
import java.util.*; public class BraceChecker { pr