-
Notifications
You must be signed in to change notification settings - Fork 0
/
json
38 lines (38 loc) · 1.78 KB
/
json
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
[
{"arguments": [5], "method": "push", "output": null},
{"arguments": [], "method": "getMin", "output": 5},
{"arguments": [], "method": "getMax", "output": 5},
{"arguments": [], "method": "peek", "output": 5},
{"arguments": [7], "method": "push", "output": null},
{"arguments": [], "method": "getMin", "output": 5},
{"arguments": [], "method": "getMax", "output": 7},
{"arguments": [], "method": "peek", "output": 7},
{"arguments": [2], "method": "push", "output": null},
{"arguments": [], "method": "getMin", "output": 2},
{"arguments": [], "method": "getMax", "output": 7},
{"arguments": [], "method": "peek", "output": 2},
{"arguments": [], "method": "pop", "output": 2},
{"arguments": [], "method": "pop", "output": 7},
{"arguments": [], "method": "getMin", "output": 5},
{"arguments": [], "method": "getMax", "output": 5},
{"arguments": [], "method": "peek", "output": 5}
]
[
{"arguments": [5], "method": "push", "output": null},
{"arguments": [], "method": "getMin", "output": 5},
{"arguments": [], "method": "getMax", "output": 5},
{"arguments": [], "method": "peek", "output": 5},
{"arguments": [7], "method": "push", "output": null},
{"arguments": [], "method": "getMin", "output": 5},
{"arguments": [], "method": "getMax", "output": 5},
{"arguments": [], "method": "peek", "output": 7},
{"arguments": [2], "method": "push", "output": null},
{"arguments": [], "method": "getMin", "output": 5},
{"arguments": [], "method": "getMax", "output": 5},
{"arguments": [], "method": "peek", "output": 2},
{"arguments": [], "method": "pop", "output": 5},
{"arguments": [], "method": "pop", "output": 7},
{"arguments": [], "method": "getMin", "output": 2},
{"arguments": [], "method": "getMax", "output": 5},
{"arguments": [], "method": "peek", "output": 2}
]