forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit aba71b0
File tree
3 files changed
+9
-12
lines changed- solution/0200-0299/0232.Implement Queue using Stacks
3 files changed
+9
-12
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
110 | - | ||
109 | + | ||
110 | + | ||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | - | ||
115 | - | ||
114 | + | ||
116 | 115 |
| |
117 | 116 |
| |
118 | 117 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 | - | ||
111 | - | ||
110 | + | ||
111 | + | ||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | - | ||
116 | - | ||
115 | + | ||
117 | 116 |
| |
118 | 117 |
| |
119 | 118 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
4 | - | ||
3 | + | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
9 | - | ||
8 | + | ||
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
0 commit comments