stack
Zhou_xinke
这个作者很懒,什么都没留下…
展开
-
20.Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: Open brackets must be closed by the same type of b...原创 2018-10-22 18:25:06 · 205 阅读 · 0 评论 -
# 682.Baseball Game
You're now a baseball game point recorder. Given a list of strings, each string can be one of the 4 following types: Integer (one round's score): Directly represents the number of points you get in ...原创 2018-10-23 15:36:09 · 206 阅读 · 0 评论 -
844.Backspace String Compare
Given two strings S and T, return if they are equal when both are typed into empty text editors. # means a backspace character. Example 1: Input: S = "ab#c", T = "ad#c" Output: true Explanation: Bot...原创 2018-10-23 15:55:28 · 300 阅读 · 0 评论