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