일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java 1509
- java 백준 1509
- 백준 1504 java
- java 1238
- go
- kotiln functional interface
- kotiln const val
- java 팩토리얼 개수
- 익명 객체 @transactional
- spring mongodb
- mongodb lookup
- javav 1676
- 전략 패턴이란
- kotiln const
- rabbitmq 싱글톤
- 안정해시
- 백준 특정한 최단 경로
- Java Call By Refernce
- Spring ipfs
- spring mongoTemplate
- spring mongoTemplate switch
- ipfs singletone
- ipfs bean
- 자바 1676
- 백준 2252 줄세우기
- java 파티
- spring mongodb switch
- 자바 백준 팩토리얼 개수
- nodejs rabbitmq
- 백준 연결요소 자바
Archives
- Today
- Total
목록2025/05 (1)
공부 흔적남기기

최근에 코테를 2개정도 봤는데 이런 우선순위 큐를 사용한 그리디 문제를 2개 마주했었다. 시작하는 시간과 끝나는 시간이 주어지고 내부적으로 다양한 조건이 존재하는 문제들이다.이 문제는 간단하게 시작하는시간 끝나는 시간 그리고 겹칠경우 공간을 +1 해주면 되는 비교적 할만한 문제였다. // Online Java Compiler// Use this editor to write, compile and run your Java code onlineimport java.util.*;import java.io.*;class Main { static class Lecture{ int start; int fin; Lecture(int s, int f){ ..
카테고리 없음
2025. 5. 4. 17:05