sji

  • 홈
  • 태그
  • 방명록

array 1

674. Longest Continuous Increasing Subsequence

https://leetcode.com/problems/longest-continuous-increasing-subsequence/ Longest Continuous Increasing Subsequence - 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 80ms class Solution: def findLengthOfLCIS(self, nums: List[int]) -> int: if not nums: return 0 ret = 1 cur = 1 prev =..

algorithm 2020.09.07
1
더보기
  • 분류 전체보기 (87)
    • intro. (0)
    • DL&ML (38)
      • concept (19)
      • papers (9)
      • code.data.tips (10)
    • http&server (7)
    • dist. system (6)
    • docker (5)
    • algorithm (24)
    • design pattern (1)
    • architecture (1)
    • trouble shooting (3)
    • better way (1)
    • problems (0)

Tag

CrossEntropy, queue, gunicorn, Likelihood, tree, Graph, React Native, string, nginx, seq2seq, gaussian mixture, Zookeeper, flask, stack, summarization, MLE, Dynamic Programming, Docker, docker-compose, dp,

최근글과 인기글

  • 최근글
  • 인기글
250x250

Calendar

«   2025/12   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Designed by Tistory.

티스토리툴바