From bc00bd4843f28b201117565bd303f0a2ac762307 Mon Sep 17 00:00:00 2001 From: luckylooky2 Date: Tue, 20 Aug 2024 10:49:32 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20add=20category=20LIS(=EC=A0=84=EA=B9=83?= =?UTF-8?q?=EC=A4=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baekjoon/2565.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baekjoon/2565.js b/baekjoon/2565.js index ac01354..abfd3a2 100644 --- a/baekjoon/2565.js +++ b/baekjoon/2565.js @@ -1,4 +1,4 @@ -// 전깃줄 : 동적 계획법 +// 전깃줄 : 동적 계획법, 가장 긴 증가하는 부분 수열 const arr = require("fs") .readFileSync("/dev/stdin") .toString()