π λ¬Έμ
골λ IV μ΄μ€ μ°μ μμ ν
ꡬνν΄μΌ νλ κ²μ
λͺ λ μ΄μ λ°λΌ μ΅λκ°μ μμ νκ±°λ μ΅μκ°μ μμ ν΄μΌ νλ€. λ°λΌμ μ΅λνκ³Ό μ΅μνμ κ°κ° ꡬμ±νλ€. μ΄λ ν μͺ½μ νμμ μ΅λ(μ΅μ)κ°μ΄ μ κ±°λλ©΄ λλ¨Έμ§ νμμλ μ κ±°λμ΄μΌ νλ κ°μ΄λ€. μ΄λ₯Ό μν΄ μ½μ ν κ°μ μμ μ¬λΆλ₯Ό κ΄λ¦¬ν μ μλ κ°μ²΄λ₯Ό μμ±νλ€.
μ€μμ μ½μ λ κ°μ μ κ±° μ¬λΆλ₯Ό κ΄λ¦¬νλ μ μ₯μλ₯Ό λκ³ μκ³ κ°κ°μ νμμ μ κ±°λ κ°μ΄ μμΌλ©΄ λ μ΄ κ° μ κ±°νμ΄! νκ³ μλ €μ£Όλ©΄ κ·Έ μ μ₯μλ μ κ±°λ κ°μ΄λΌλ νμλ‘ κ°±μ νλ€κ³ μκ°νλ©΄ λλ€.
μ½μ μμλ countλ₯Ό μ¦κ°μν€κ³ μ κ±°λλ μμ μ countλ₯Ό κ°μμν¨λ€. λͺ λ Ήμ λ€ μνν λ€μ μ΄ μ μ₯μμ λ΄κΈ΄ κ°μ νμ©ν΄μ countκ° 0λ³΄λ€ ν° κ²½μ°λ μμ§ νμ λ¨μμλ κ°μ΄ λκ³ , κ·Έ μ€μ κ°μ₯ μμ μλ κ°μ΄ μ΅λ(μ΅μ)κ°μ΄ λλ€.
νλΌλ―Έν°λ‘ μ λ¬λ°μ κ°μ νμ©ν΄μ μ΅λ νκ³Ό μ΅μ νμ κ°κ° μμ±νλ€.
μ°μ μμ νμ κΈ°λ₯μ λ΄μ ν΄λμ€λ₯Ό μμ±νμ¬ κ°μ μ½μ νκ±°λ μ κ±°νλ©° λ°μνλ μ λ ¬ ν¨μλ§ λ§€κ°λ³μλ‘ μ λ¬νλ€.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class PriorityQueue {
constructor(compare) {
this.heap = [null];
this.compare = compare;
}
/* ... */
}
/* ... */
const maxHeap = new PriorityQueue((a, b) => a > b);
const minHeap = new PriorityQueue((a, b) => a < b);
/* ... */
μ΅λκ° λλ μ΅μκ°μ΄ νμμ μ κ±°λλ©΄ μ κ±°λμμμ μ μ₯ν κ°μ²΄κ° νμνλ€.
μ΅λκ°μ μμ νλ μ°μ°(D 1
)μ μ΅λνμμλ§ κ°μ΄ μμ λκ³ , μ΅μκ°μ μμ νλ μ°μ°(D -1
) μμ μ΅μνμμλ§ κ°μ΄ μμ λλ€. κ·Έλ κΈ° λλ¬Έμ μλνμκ² μ κ±°λ κ°μ μλ €μ£ΌκΈ° μν΄ μ κ±°λμμμ λ΄κ³ μμ κ°μ²΄λ₯Ό μμ±ν΄μΌ νλ€.
κ°μ μ½μ
νλ μ°μ°(I μ μN
)μ μνν λ ν΄λΉ μ μκ°μ΄ μ½μ
λμμμ μλμ²λΌ μ μ₯ν΄λλ€.
1
2
3
4
5
6
7
8
9
const valid = {};
if (command === "I") {
maxHeap.push(+num);
minHeap.push(+num);
// π μ½μ
λ κ°μ countλ₯Ό μ¦κ°μν¨λ€. νΉμ μ μκ° μ½μ
λλ©΄ { num : 1 } μ΄λ° μμΌλ‘ μ μ₯λλ€.
valid[+num] = (valid[+num] || 0) + 1;
}
κ·Έλ¦¬κ³ μμ μ°μ°μ΄ λ°μν κ²½μ° μ΄ countλ₯Ό κ°μμν€λ©΄ λλ€.
μ¦ I 100
μ°μ°μΌλ‘ μ΅λ/μ΅μνμ 1μ΄λΌλ κ°μ΄ μ½μ
λλ©΄ { 100 : 1 }
μ΄ λ κ²μ΄κ³ , D μ°μ°μΌλ‘ μ΄λ νμμλ 100μ΄λΌλ κ°μ΄ μ κ±°κ° λλ€λ©΄ { 100 : 0 }
μ΄ λλ€.
κ·Έλ¬λ―λ‘ μ κ±°νλ €λ κ°μ countλ₯Ό νμΈνλλ° 0μ΄λ©΄ μλ νμμ μ΄λ―Έ μ κ±°νλ€λ μλ―Έλ€. κ·Έλ¬λ―λ‘ λ³ΈμΈμ 리μ€νΈμμλ κ·Έ κ°μ μ κ±°ν νμ μμͺ½μμ μ κ±°λμ§ μμ κ°μ μ°Ύμ λκΉμ§ κ³μ dequeue μμ μ ν΄μ€μΌ νλ€.
1
2
3
4
5
6
7
8
9
while (!heap.empty()) {
const popedItem = heap.pop();
// π 0λ³΄λ€ ν°λ€λ κ²μ μ΅λ/μ΅μνμ μμ§ λ¨μμλ κ°μ΄λ€.
if (valid[popedItem] > 0) {
valid[popedItem]--;
break;
}
}
λͺ λ Ήμ΄λ₯Ό λͺ¨λ μνν λ€μ μ΅λ/μ΅μνμ λ¨μ κ°κ³Ό κ·Έ κ°μ μμ μ¬λΆλ₯Ό νμΈν΄μ μμ λμ§ μμκ³ νμμ κ°μ₯ μμ μλ κ°μ μΆλ ₯νλ©΄ λλ€.
1
2
3
4
5
6
7
8
9
10
11
12
// π νμ κ°μ₯ 첫 λ²μ§Έ κ°μ μ κ±° μ¬λΆλ₯Ό νμΈ νμ μ κ±°λμ§ μμ κ°μ μ°Ύμ λκΉμ§ dequeue μμ
μ λ°λ³΅νλ€.
while (!heap.empty() && valid[heap.top()] === 0) {
heap.pop();
}
// π νμ΄ λ λ€ λΉμ΄μμΌλ©΄ EMPTYλ₯Ό μΆλ ₯νλ€.
if (maxHeap.empty() && minHeap.empty()) {
result.push("EMPTY");
} else {
// π top()μΌλ‘ κ° νμμ κ°μ₯ 첫 λ²μ§Έμ μλ κ°μ μΆλ ₯νλ€.
result.push(`${maxHeap.top()} ${minHeap.top()}`);
}
πΉ μ½λ
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
const readline = require("readline");
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
});
class PriorityQueue {
constructor(compare) {
this.heap = [null];
this.compare = compare;
}
swap(a, b) {
[this.heap[a], this.heap[b]] = [this.heap[b], this.heap[a]];
}
empty() {
return this.heap.length === 1;
}
top() {
return this.heap[1];
}
push(item) {
this.heap.push(item);
this.heapifyUp();
}
heapifyUp() {
let currentIndex = this.heap.length - 1;
let parentIndex = Math.floor(currentIndex / 2);
while (
currentIndex > 1 &&
this.compare(this.heap[currentIndex], this.heap[parentIndex])
) {
this.swap(currentIndex, parentIndex);
currentIndex = parentIndex;
parentIndex = Math.floor(currentIndex / 2);
}
}
pop() {
if (this.heap.length === 1) return;
if (this.heap.length === 2) return this.heap.pop();
const result = this.heap[1];
this.heap[1] = this.heap.pop();
this.heapifyDown();
return result;
}
heapifyDown() {
let currentIndex = 1;
let leftChildIndex = currentIndex * 2;
let rightChildIndex = currentIndex * 2 + 1;
if (!this.heap[leftChildIndex]) return;
while (
currentIndex < this.heap.length &&
(this.compare(this.heap[leftChildIndex], this.heap[currentIndex]) ||
this.compare(this.heap[rightChildIndex], this.heap[currentIndex]))
) {
let compareIndex;
if (rightChildIndex > this.heap.length - 1) {
compareIndex = leftChildIndex;
} else {
compareIndex = this.compare(
this.heap[leftChildIndex],
this.heap[rightChildIndex]
)
? leftChildIndex
: rightChildIndex;
}
this.swap(currentIndex, compareIndex);
currentIndex = compareIndex;
leftChildIndex = currentIndex * 2;
rightChildIndex = currentIndex * 2 + 1;
}
}
}
let maxHeap = new PriorityQueue((a, b) => a > b);
let minHeap = new PriorityQueue((a, b) => a < b);
let valid = {};
const result = [];
let t = null,
k = 0;
const enqueue = (value) => {
// π μ΅λ/μ΅μνμ κ°μ μ½μ
νκ³ κ°μ μμ μ¬λΆλ₯Ό κ΄λ¦¬νλ κ°μ²΄(valid)μ μ½μ
λμμ(count μ¦κ°)μΌλ‘ κ°±μ νλ€.
maxHeap.push(value);
minHeap.push(value);
valid[value] = (valid[value] || 0) + 1;
};
const dequeue = (heap) => {
// π μ κ±°νλ €λ κ°μ΄ λ€λ₯Έ νμμ μ΄λ―Έ μ κ±°λ κ°μ΄λ©΄ λ³ΈμΈ νμμλ μ κ±°ν νμ μμ§ μμͺ½ νμ λ¨μμλ κ°μ μ°Ύμμ μ κ±°νλ€.
while (!heap.empty()) {
const popedItem = heap.pop();
if (valid[popedItem] > 0) {
valid[popedItem]--;
break;
}
}
};
const removeDummyDataInHeap = (heap) => {
// π νμ¬ νμ 첫 λ²μ§Έ κ°μ΄ μ κ±°λ κ°μΈμ§ νμΈνκ³ μ ν¨ν κ°μ΄ λμ¬ λκΉμ§ νμμλ κ°μ μ κ±°νλ€.
while (!heap.empty() && valid[heap.top()] === 0) {
heap.pop();
}
};
rl.on("line", (line) => {
if (!t) {
t = +line;
return;
}
if (k === 0) {
k = +line;
maxHeap = new PriorityQueue((a, b) => a > b);
minHeap = new PriorityQueue((a, b) => a < b);
valid = {};
return;
}
const [command, num] = line.split(" ");
if (command === "I") {
enqueue(+num);
} else if (+num === 1) {
dequeue(maxHeap);
} else if (+num === -1) {
dequeue(minHeap);
}
if (--k === 0) {
removeDummyDataInHeap(maxHeap);
removeDummyDataInHeap(minHeap);
if (maxHeap.empty() && minHeap.empty()) {
result.push("EMPTY");
} else {
result.push(`${maxHeap.top()} ${minHeap.top()}`);
}
}
}).on("close", () => {
console.log(result.join("\n"));
process.exit();
});
π€¦π»ββοΈ μνμ°©μ€
μ΅λ κ°κ³Ό μ΅μ κ°μ κ°κ° μ΄λ»κ² κ΄λ¦¬ν κΉ
μ²μμλ νλμ μ°μ μμ νλ‘ μ΅λκ°κ³Ό μ΅μκ°μ μ κ±°ν΄λκ°λ©΄μ μ΅μ’ μ μΈ λ΅μ μ°ΎμΌλ €κ³ νλλ° λμ ν μκ°μ΄ λμ§ μμλ€. κ·Έλμ κ²μν΄λ³΄λ μ΅λ/μ΅μνμ κ°μ ꡬμ±νκ³ λ°λ‘ κ°μ²΄ μμ±ν΄μ μ κ±°λ κ°μ κ΄λ¦¬νλ λ°©λ²μ μ°Ύμλ€.
π μ°Έκ³
λ©λͺ¨λ¦¬ μ΄κ³Όκ° κ³μ λ°μνλ€λ©΄ λͺ¨λ νμΈνκΈ°
3κ°μ μ μ μ€ν¨νκ³ 3μ£Ό μ μλ μ€ν¨νλ©° μ€λμ κΌ ν΄κ²°ν΄μΌκ² λ€ μκ°νλ©° λ°λμ μ λ€ λ³΄λλ€. κ³μ λ©λͺ¨λ¦¬ μ΄κ³Όκ° λ°μνκ³ μμΈμ μ°ΎμΌλ €κ³ ν μ€μ© μ£ΌμμΉλ©΄μ μ°Ύμμ§λ§ κ²°κ΅ μ°Ύμ§ λͺ»νκ³ λ€λ₯Έ λΆμ μ½λλ₯Ό 보면μ fs λͺ¨λμ΄ μλ readline λͺ¨λμ μ¬μ©ν΄μΌ νλ€λ κ²μ μ μ μμλ€.
κ°λ λ°±μ€ λ¬Έμ λ₯Ό ν λ λͺ¨λ μ¬μ©μΌλ‘ μΈν΄ μκ°μ λ§μ΄ μμνλ©΄ νμ΄ λΉ μ§ λλ μμ§λ§.. μμ£Ό μνμ΄μ κΉλ¨Ήμλ λ΄ νμ΄λκΉ..