data class Node(val i: Int, val j: Int, val cost: Int) : Comparable { override fun compareTo(other: Node): Int = cost - other.cost } https://wonnyhouse.tistory.com/252 Kotlin data class 두 가지 이상으로 compare하기 백준에서 이 문제를 풀다가 data class에서 두 가지로 compare해서 priority queue를 만들어야 할 경우가 생겼다. 해당 문제에서는 바이러스의 번호를 우선으로 하고, 그 다음에는 시간으로 우선을 하여 wonnyhouse.tistory.com
https://stackoverflow.com/questions/20938753/does-it-improve-performance-to-index-a-date-column Does it improve performance to index a date column? I have a table with millions of rows where one of the columns is a TIMESTAMP and against which I frequently select for date ranges. Would it improve performance any to index that column, or would ... stackoverflow.com
https://stackoverflow.com/questions/11704327/how-to-optimize-imports-automatically-after-each-save-in-intellij-idea How to optimize imports automatically after each save in IntelliJ IDEA I want to learn how can I automatically optimize imports after each save as we do Eclipse(save actions). stackoverflow.com
- Total
- Today
- Yesterday
- 팔로워 수 세기
- 테슬라 리퍼럴 코드 생성
- COUNT
- 테슬라
- 책그림
- 인스타그램
- 테슬라 크레딧 사용
- 클루지
- Kluge
- 유투브
- 개리마커스
- 메디파크 내과 전문의 의학박사 김영수
- Bot
- 레퍼럴
- 어떻게 능력을 보여줄 것인가?
- 테슬라 레퍼럴 적용 확인
- 김달
- 테슬라 리퍼럴 코드
- 연애학개론
- wlw
- follower
- 모델y
- 테슬라 추천
- 할인
- 모델 Y 레퍼럴
- 테슬라 레퍼럴 코드 확인
- 테슬라 리퍼럴 코드 혜택
- 테슬라 레퍼럴
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |