本文介绍了如何在Python中实现链表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Python编程的新手..


任何人都可以帮我编写一个简单的Python程序,创建一个单链表,然后在其中打印条目吗? />
我知道怎么做C ??但是Python不支持指针,所以如何解决这个问题??

I am new to Python programming..

Can anyone help me to write a simple Python program that creates a singly linked list and then prints the entries in it??
I know how to do in C?? But Python does not support pointers, so how to get around with this issue??

推荐答案

展开 | 选择 | Wrap | 行号


展开 | 选择 | Wrap | 行号



这篇关于如何在Python中实现链表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-16 15:46
查看更多