DataWhale:leetcode Day5

一、leetcode地址 https://leetcode.com/problems/valid-parentheses/ 二、問題描述 三、代碼實現 語言:Python3 代碼: class Solution: def isValid(self, s: str) -> bool: stack = [] mapping = {')':'(',']':'[',
相關文章
相關標籤/搜索