python中使用链表实现出队

发布于 2024-11-30 13:46:32 字数 105 浏览 1 评论 0原文

我使用 python 中的简单列表实现了 Dequeue。但是我需要为链表实现一个单独的类并用它实现出队。对于该指针,需要在左端和右端进行引用。我不知道该怎么做。有些机构可以提供一些参考或实现吗?

I implemented a Dequeue using a simple list in python. However i need to implement a separate class for linked list and implement dequeue with that. For this pointer reference is needed at left and right ends. I don't know how to do this. Can some body provide some references or implementations..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荆棘i 2024-12-07 13:46:32

你有什么理由不只使用图书馆里的那本吗? http://docs.python.org/library/collections.html

Any reason you're not just using the one from the library? http://docs.python.org/library/collections.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文