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