mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-10 03:59:05 +08:00
Update 0232.用栈实现队列.md
This commit is contained in:
@ -630,7 +630,6 @@ struct MyQueue {
|
|||||||
stack_out: Vec<i32>,
|
stack_out: Vec<i32>,
|
||||||
}
|
}
|
||||||
impl MyQueue {
|
impl MyQueue {
|
||||||
|
|
||||||
fn new() -> Self {
|
fn new() -> Self {
|
||||||
MyQueue {
|
MyQueue {
|
||||||
stack_in: Vec::new(),
|
stack_in: Vec::new(),
|
||||||
|
Reference in New Issue
Block a user