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

개발 정리 모음집

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

개발 정리 모음집

검색하기 폼
  • 분류 전체보기 (56)
    • spring (4)
    • springboot (8)
    • cs (2)
    • java (18)
    • 오곡(Ogok) (2)
    • 버드북(birdbook-backend) (1)
    • 소소한 정리 (5)
    • infra & cloud (1)
    • 알고리즘 (8)
    • python (1)
    • 티미 (4)
    • 우테코 프리코스 (0)
    • c++ (2)
  • 방명록

DP (1)
[14002] 가장 긴 증가하는 부분 수열 4 - Java

백준 가장 긴 증가하는 부분 수열 4 (골드 IV)import java.util.ArrayList;import java.util.LinkedList;import java.util.List;import java.util.Scanner;// 가장 긴 증가하는 부분 수열 4(골드 4)public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int[] arr = new int[n]; for (int i = 0; i > list = new ArrayList(); for (int i = 0; i ()); } int[] dp = new int[n];..

알고리즘 2024. 11. 15. 23:02
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 깃허브
TAG
  • N+1문제
  • checkedException
  • springboot
  • Java
  • uncheckedException
  • 메인메소드
  • 티스토리챌린지
  • StreamAPI
  • @ConfigurationProperties
  • id생성전략
  • 유효성 검사
  • upperBound
  • null
  • 자바
  • lowerBound
  • 생성자
  • @NoArgsConstructor
  • 오블완
  • JPA
  • @Spring
  • 동등성
  • 일급컬렉션
  • Spring
  • 백준
  • Thymeleaf
  • Optional
  • 이진탐색
  • ddl-auto
  • @Value
  • NPE
more
«   2025/05   »
일 월 화 수 목 금 토
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

티스토리툴바