Albjstep25
— layout: single title: “BaeckJoon 단계별(JAVA)_우선순위 큐 11279, 1927, 11286, 1655” read_time: true categories:
- BaeckJoon tags:
- Algorithm
- BaeckJoon
last_modified_at: ‘2021-11-01 23:15:00 +0800’
toc: true
toc_sticky: true
toc_label: 목차
—
백준 알고리즘 _단계별로 풀어보기(JAVA)
우선순위 큐
- 11279 최대 힙
11279 풀이 코드1 1012ms (21/11/08)
11279 풀이 코드2 1116ms (21/11/09)
- 1927 최소 힙
1927 풀이 코드1 1004ms (21/11/10)
- 11286 절댓값 힙
11286 풀이 코드1 624ms (21/11/11)
- 1655 가운데를 말해요
1655 풀이 코드1 (21/11/13)출력초과 > (21/11/14)
- 참고 목록
- https://www.acmicpc.net/problem/2557