Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 프로그래머스
- lastIndex
- Main
- hackerrank
- contentToString
- 2D Array
- PriorityQueue
- Queue
- Util
- 2020
- sortedBy
- heap
- programmers
- Java
- GREEDY
- Recursion
- dynamic programming
- indices
- foreach
- intarray
- 알고리즘
- 코틀린
- Kotlin
- solution
- booleanarray
- dp
- 동적계획법
- Developer
- Poll
- report
Archives
- Today
- Total
목록SortedArray (1)
Code in
프로그래머스 완전탐색 소수 찾기 with Kotlin
프로그래머스 완전 탐색 부분 소수 찾기 문제입니다. IntelliJ에서의 풀이입니다. isPrime 참고: https://www.geeksforgeeks.org/sieve-of-eratosthenes/ Sieve of Eratosthenes - GeeksforGeeks Sieve of Eratosthenes - The sieve of Eratosthenes is one of the efficient ways to find all primes smaller than given n www.geeksforgeeks.org import kotlin.math.log10 import kotlin.math.pow val numbers: String = "011" fun solution(numbers: String):..
알고리즘 스터디_문제풀이
2020. 8. 14. 02:46