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