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