Skip to content

Commit

Permalink
today's contribution, hard problem, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherali Obidov committed Aug 29, 2018
1 parent d22dfd0 commit c6370c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/hard/FreqStack.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class FreqStack {

public FreqStack() {
q = new PriorityQueue<>();
Map<Integer, Pair> map = new HashMap<>();
map = new HashMap<>();
}

public void push(int x) {
Expand Down

0 comments on commit c6370c7

Please sign in to comment.