Skip to content

Commit fb7a87a

Browse files
committed
apply format
1 parent 9b40b52 commit fb7a87a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/3_Stack_Queue/stream_median.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ class OptimalMedianCalculator {
130130
std::priority_queue<double> maxHeap;
131131
};
132132

133-
134133
// Alternative (Educational) Solution
135134
//
136135
// Uses a multiset to maintain sorted order and an iterator pointing

0 commit comments

Comments
 (0)