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 |
Tags
- 카카오
- 그래프 자바
- 리트코드 1557
- 프로그래머스
- 스프링 에러
- 구현
- 파이썬
- daily challenge
- 리트코드 자바
- 리트코드
- 코테
- 프로그래머스 java
- 백준 18222
- 인텔리제이 에러
- DP
- 코딩테스트
- java 프로그래머스
- 백준 16935
- Java
- dfs
- 자바 5464
- 스택
- 자바 리트코드
- 백준
- BFS
- 자바
- leetcode 1721
- 분할정복
- leetcode
- java leetcode
Archives
- Today
- Total
목록leetcode 300 (1)
레벨업 일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cZKN2n/btrWfR0Hj7F/a77i4YrbKzMsdkV2KxyFIk/img.jpg)
https://leetcode.com/problems/longest-increasing-subsequence/ Longest Increasing Subsequence - LeetCode Longest Increasing Subsequence - Given an integer array nums, return the length of the longest strictly increasing subsequence. Example 1: Input: nums = [10,9,2,5,3,7,101,18] Output: 4 Explanation: The longest increasing subsequence is [2,3,7,101], ther leetcode.com 문제 가장 최장으로 증가하는 부분 수열의 길이를 ..
알고리즘/leetcode
2023. 1. 15. 18:20