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
- 2D Array
- heap
- Developer
- PriorityQueue
- GREEDY
- Java
- sortedBy
- Util
- dynamic programming
- solution
- report
- dp
- programmers
- lastIndex
- 코틀린
- booleanarray
- Kotlin
- 프로그래머스
- Poll
- 2020
- 알고리즘
- foreach
- intarray
- 동적계획법
- Recursion
- Queue
- Main
- indices
- hackerrank
- contentToString
Archives
- Today
- Total
목록containsKey (1)
Code in

** 중간에 Intelli J Kotlin을 업데이트하고 나서 에러가 났었는데 에러 내용: Kotlin: [Internal Error] java.rmi.UnmarshalException: ~~~ Build -> Rebuild Project 하고 나서 에러가 해결됐어요! 프로그래머스 해시부분 위장 문제입니다. IntelliJ에서의 풀이입니다. Hash를 쓰려고 노력했습니다! 실제로 HashMap을 출력하면 다음 처럼 출력됩니다. {-1290360528=1, -1115211921=2} {3135069=3} val clothes: Array = arrayOf( arrayOf("yellow_hat", "headgear"), arrayOf("blue_sunglasses", "eyewear"), arrayOf("g..
알고리즘 스터디_문제풀이
2020. 8. 30. 20:50