일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 알고리즘
- 2251
- 구현
- Shortest Path Visiting All Nodes
- 미로 탈출 명령어
- 주사위고르기
- Eliminate Maximum Number of Monsters
- 소셜 광고
- PCCP
- 자바
- 표편집
- DFS
- Heap
- 셔틀버스
- 양궁대회
- 백트래킹
- reconstruct itinerary
- BFS
- leetcode
- Java
- 프로그래머스
- 카드 짝 맞추기
- 주사위 고르기
- 332
- 백준
- 847
- Number of Flowers in Full Bloom
- 리트코드
- n+1카드게임
- SW아카데미
Archives
- Today
- Total
목록Heap (1)
알고리즘이 재미있다

https://leetcode.com/problems/number-of-flowers-in-full-bloom/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 현재의 people 위치에서 꽃이 몇 개가 있는지를 체크하는 문제이다. 매우 단순한 방법으로 브루트포스를 생각할 수 있지만, 시간복잡도 때문에 우선순위 큐를 활용하여 풀 수 있었다. 핵심 문제의 요구 ..
카테고리 없음
2023. 10. 11. 13:02