用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没有元素,deleteHead 操作返回 -1 ).
appendTail
deleteHead
-1
Gojay
Gojay's Records
Chongqing, China
Posts
92
Categories
99
Tags
76
DigitalImageProcessing / Python API
DigitalImageProcessing / Image API
Algorithm / 剑指Offer
Update your browser to view this website correctly. Update my browser now
×