코딩테스트

코딩테스트

문제를 풀면서 유용 했던 것들

■ 코틀린 알고리즘 ■ ✔️ 문자열 내림 차순 정렬 : List에서 sorted() 사용후 reversed() 후 joinToString으로 붙임 ✔️ String에서 아스키 코드 변환 : toInt, 아스키 코드( Enter = 13, 숫자 0 = 48, 대문자 A = 65 , 소문자 a = 97) ✔️ 문자열 길이 : Sting.length() ✔️ toIntOrNull() : 기능은 같고 다만 숫자로 바꿀수 없는건 null이 반환 ✔️ String 문자열을 하나씩 쪼갤려면(char) for(in) 사용하면 된다. ✔️ 약수의 개수 for(a in 1..input) { if(input % a == 0) {count++} } ✔️ 2차원 배열 초기화 : var answer = Array(arr1.siz..

코딩테스트

코딩테스트 준비(feat, 프로그래머스, 백준, 백준허브)

GitHub - meenjoon/Algorithm: This is a auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github. This is a auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github.com/BaekjoonHub/BaekjoonHub). - GitHub - meenjoon/Algorithm: This is a auto push repository for Ba... github.com (문제를 풀고 깃허브에 푸시해주는 방식으로 진행하고 있으며, 위는 제 github 입니다.) 코딩테스트..

삼겹살짱짱맨
'코딩테스트' 카테고리의 글 목록