| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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
													
											
												
												- 합성곱
- PYTHON
- DFS
- leetcode
- a*
- RESNET
- deeplearning
- CNN
- sr
- 준지도학습
- AStar
- MDSR
- 지도학습
- superresolution
- 증가하는부분수열
- NeuralNetwork
- 비지도학습
- SRCNN
- convolution
- 신경망
- 동적계획법
- EDSR
- 딥러닝
- BFS
- residuallearning
- pixelshuffle
- 8puzzle
- residualnetwork
- Increasing Triplet Subsequence
													Archives
													
											
												
												- Today
- Total
목록Increasing Triplet Subsequence (1)
이것저것 코딩하는 블로그
			
			
				[Algorithm] 증가하는 부분 수열 leetcode Increasing Triplet Subsequence
				
	
	
               
           
					
					
					
					
					
					
						
					
				leetcode - Increasing Triplet Subsequence 문제 링크: leetcode.com/explore/interview/card/top-interview-questions-medium/103/array-and-strings/781/ Account Login - 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 이 문제는 증가하는 부분 수열의 길이의 최댓값을 구하는 문제로 풀었다. 이 최댓값이 3보다 크거나 같으면 True, 작으면 False ..
				Algorithm
				
				2020. 12. 20. 20:57