How to use Data Structure (such as Tree,link list) by Python?

I

ivy

Python has built-in list and search tree.
If you like , you can write it by yourself.
 
J

Josiah Carlson

ivy said:
Python has built-in list and search tree.
If you like , you can write it by yourself.

Python does not come with a tree data structure. It does come with a
'dictionary', which is implemented as a hash table.

- Josiah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,209
Messages
2,571,089
Members
47,689
Latest member
kilaocrhtbfnr

Latest Threads

Top