From 4c8a3668c3ca19768fb9881cb6f294658dd76f9e Mon Sep 17 00:00:00 2001 From: changicho Date: Wed, 10 Jun 2020 13:14:13 +0900 Subject: [PATCH] Feat: Add 12 - Key Sequence Detection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ?: secretcode 문자열의 자리수 만큼만 비교 push, pop 연산을 위해 List 형 자료 구조 생성 List에 들어가는 자료 수의 제한을 두고 key 입력시 최대 갯수 초과시 자름 join을 이용해 List형 자료를 하나의 문자열로 치환 후 includes메소드 를 이용해 확인 --- 12 - Key Sequence Detection/changi.html | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 12 - Key Sequence Detection/changi.html diff --git a/12 - Key Sequence Detection/changi.html b/12 - Key Sequence Detection/changi.html new file mode 100644 index 0000000..ca3ae48 --- /dev/null +++ b/12 - Key Sequence Detection/changi.html @@ -0,0 +1,32 @@ + + + + + Key Detection + + + + + +