zoj 3210 A Stack or A Queue?
Description
Do you know stack and queue? They're both important data structures. A stack is a "first in last out" (FILO) data structure and a queue is a "first in first out" (FIFO) one.
Here comes
原创
2017-08-07 12:36:56 ·
306 阅读 ·
0 评论