用链表实现一个队列

要求:

  • 使用链表实现一个队列
  • 可以向队尾插入(push)数据
  • 并按照插入顺序获取(shift)数据
Last Updated: 2019-9-3 02:30:08