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 | 31 |
Tags
- 토픽
- ros
- Linux
- mysql
- 마리아 DB
- 기초
- C++
- 등차수열
- 프로그래밍
- install opencv-4.4.0 on ubuntu 22.04
- publish
- ubuntu
- 그랑사가
- topic
- 오늘도 우라라 공략
- mariaDB
- 오늘도 우라라
- 오늘도 우라라 펫
- while
- 오늘도 우라라 펫 공략
- 우분투
- 리눅스
- Subscribe
- MSG
- 환경설정
- LeetCode
- 반복문
- 데이터 베이스
- JungOl
- C언어
Archives
- Today
- Total
목록[LeetCode] 20. Valid Parentheses (1)
하루의 쉼터
[LeetCode] 20. Valid Parentheses
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