We introduce a very simple queue implementation with the singly linked list. With the help of the rear blank node instead of the usual header node, we avoid additional check steps for the dequeue operation in the traditional implementations existing for many decades. The essence of our representation is the half-opened pointer interval with the same direction of the queue operations, which can guarantee the uniform treatment even in the empty queue case. The simplification of queue implementations cuts off unnecessary steps, and it minimizes the number of steps in the dequeue operation with the time limitation of enqueue operation, which could contribute to the performance of the real-time systems. We extend the linked queue to the circularly linked queue, which can also be used to implement stack and take advantage of the maximal information of the single direction in the circularly linked list, and it actually constructs the output-restricted deque. We also present a variant: lazy circularly linked queue, which is more efficient in some special cases, especially for the dequeue operations.


翻译:我们引入了与单项链接列表的非常简单的队列执行 。 在后空节点而不是通常的页眉节点的帮助下, 我们避免了对传统执行中已有数十年的传统执行中的卸排操作的额外检查步骤 。 我们的代表面的精髓是半打开的指针间隔, 其方向与队列操作的方向相同, 这可以保证即使在空的队列案例中也实行统一的处理 。 简化队列执行会减少不必要的步骤, 并会将降排操作中的步骤数量减少到最小, 其时间限制为 enqueue 操作, 这可能会促进实时系统的运行 。 我们将连接的队列扩大到循环连接的队列, 也可以用来执行堆叠, 利用循环链接列表中单一方向的最大信息, 并且它实际上构建了输出限制的队列 。 我们还提出了一个变式: 懒惰的循环连接队列, 在某些特殊情况下, 特别是在降排队操作中, 更有效率 。

0
下载
关闭预览

相关内容

专知会员服务
159+阅读 · 2020年1月16日
《DeepGCNs: Making GCNs Go as Deep as CNNs》
专知会员服务
30+阅读 · 2019年10月17日
2019年机器学习框架回顾
专知会员服务
35+阅读 · 2019年10月11日
【SIGGRAPH2019】TensorFlow 2.0深度学习计算机图形学应用
专知会员服务
39+阅读 · 2019年10月9日
MIT新书《强化学习与最优控制》
专知会员服务
275+阅读 · 2019年10月9日
已删除
将门创投
11+阅读 · 2019年4月26日
Ray RLlib: Scalable 降龙十八掌
CreateAMind
9+阅读 · 2018年12月28日
carla 代码运行逻辑混乱的笔记1
CreateAMind
5+阅读 · 2018年3月3日
分布式TensorFlow入门指南
机器学习研究会
4+阅读 · 2017年11月28日
【学习】Hierarchical Softmax
机器学习研究会
4+阅读 · 2017年8月6日
Arxiv
0+阅读 · 2021年11月25日
Arxiv
0+阅读 · 2021年11月24日
Arxiv
3+阅读 · 2020年4月29日
VIP会员
相关资讯
已删除
将门创投
11+阅读 · 2019年4月26日
Ray RLlib: Scalable 降龙十八掌
CreateAMind
9+阅读 · 2018年12月28日
carla 代码运行逻辑混乱的笔记1
CreateAMind
5+阅读 · 2018年3月3日
分布式TensorFlow入门指南
机器学习研究会
4+阅读 · 2017年11月28日
【学习】Hierarchical Softmax
机器学习研究会
4+阅读 · 2017年8月6日
Top
微信扫码咨询专知VIP会员