Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12 - Key Sequence Detection #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

changicho
Copy link
Member

?: secretcode 문자열의 자리수 만큼만 비교
push, pop 연산을 위해 List 형 자료 구조 생성
List에 들어가는 자료 수의 제한을 두고 key 입력시 최대 갯수 초과시
자름
join을 이용해 List형 자료를 하나의 문자열로 치환 후 includes메소드
를 이용해 확인

?: secretcode 문자열의 자리수 만큼만 비교
push, pop 연산을 위해 List 형 자료 구조 생성
List에 들어가는 자료 수의 제한을 두고 key 입력시 최대 갯수 초과시
자름
join을 이용해 List형 자료를 하나의 문자열로 치환 후 includes메소드
를 이용해 확인
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant