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