Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ubuntu
- C++
- Linux
- while
- MSG
- 환경설정
- 마리아 DB
- 데이터 베이스
- 등차수열
- 프로그래밍
- C언어
- 오늘도 우라라 펫 공략
- 그랑사가
- 오늘도 우라라
- 리눅스
- 기초
- ros
- 우분투
- 오늘도 우라라 공략
- install opencv-4.4.0 on ubuntu 22.04
- 반복문
- publish
- mysql
- topic
- Subscribe
- JungOl
- 토픽
- mariaDB
- LeetCode
- 오늘도 우라라 펫
Archives
- Today
- Total
목록[LeetCode] 20. Valid Parentheses (1)
하루의 쉼터

Question : Given a string s 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 brackets. Open brackets must be closed in the correct order. Example 1:Input: s = "()"Output: true Example 2:Input: s = "()[]{}"Output: true Example 3:Input: s = "(]"Output: false Example ..
Coding Test/LeetCode
2020. 11. 17. 02:12