creating a binary tree and BST using (linked list) python

276 views Asked by At

I'm trying to create BT and BST using linked list. but you know that in python we don't have linked list. So I should create a linked list class and then create my BT and BST classes. if there are any other way I'm glad to listen to your ideas or helper codes.

0

There are 0 answers