942. DI String Match

—Easy https://leetcode.com/problems/di-string-match/   class Solution: def diStringMatch(self, S: str) : N = len(S) list_ans = [] start = 0 end = N for elt
相關文章
相關標籤/搜索