본문 바로가기 메뉴 바로가기

tose33

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

tose33

검색하기 폼
  • 분류 전체보기 (1296)
    • Git (11)
    • 노트 (65)
    • Web (95)
      • Docker (6)
      • AWS (3)
      • Kubernetes (14)
      • Spring Security (5)
    • 윤성우의 열헐 C++ (28)
    • PS (911)
    • 유니티 (55)
    • 학교 (9)
      • 캡스톤 (7)
    • html & css (32)
    • 알고리즘 (18)
    • 윤성우의 열혈 자료구조 (29)
    • CS 정리 (0)
      • DB (11)
      • Network (12)
      • OS (7)
      • java (0)
      • Spring (10)
      • Spring MVC (2)
  • 방명록

Stack (25)
leetcode) #20) Valid Parentheses

leetcode.com/problems/valid-parentheses/ Valid Parentheses - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 스택사용 ool isValid(string s) { stack st; int len = s.size(); st.push(s[0]); for(int i = 1; i < len; i++) { // if it's closing if(s[i] == ')') { if(st.empty() || st.top() != '(..

PS 2021. 2. 22. 18:06
이전 1 ··· 4 5 6 7 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • permutation
  • graph
  • MVC
  • binary search
  • db
  • Tree
  • Stack
  • Python
  • floyd warshall
  • Unity
  • 조합
  • Dijkstra
  • 자료구조
  • C++
  • 이분탐색
  • Brute Force
  • Implementation
  • Spring
  • dfs
  • recursion
  • DP
  • BFS
  • CSS
  • greedy
  • 재귀
  • Kruskal
  • two pointer
  • C
  • back tracking
  • priority queue
more
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바