1.通过列表实现堆栈的数据结构,堆栈是一个后进先出的数据结构

                          welcome to stack mangement
p(U)sh:入栈
p(O)p:出栈
(V)iew:查看栈
(Q)uit:退出系统

python practice 03

python practice 03


2.通过列表实现队列的数据结构,队列是一个先进先出的数据结构

               welcome to queue mangement
p(U)sh:入队
p(O)p:出队
(V)iew:查看队
(Q)uit:退出系统

python practice 03



相关文章:

  • 2022-12-23
  • 2021-09-17
  • 2021-06-13
  • 2021-09-30
  • 2021-10-23
  • 2022-02-07
  • 2021-11-03
  • 2022-12-23
猜你喜欢
  • 2022-02-25
  • 2021-11-10
  • 2021-11-11
  • 2021-04-11
  • 2021-12-26
  • 2022-01-25
  • 2021-06-13
相关资源
相似解决方案