Data Structure in python is very interesting and easy to use π π
We have multiple options to do this β¬οΈ Some of them are :
- Lists π
- Dictionary
- Tuples
In this , we'll have a close look how to implement lists in Data Structure in python
We've many operations which can be used to implement lists βοΈ Some of them which I've used is : π
- append() which takes 1 argument
- insert() which takes 2 arguments
- remove() which takes 1 argument
- pop() which takes 1 argument
- ADD MULTIPLE ITEMS IN TREE
- DISPLAY ITEMS
- ADD ONE ITEM ONLY
- DELETE ITEM IF
41. VALUE OF ITEM TO BE DELETED IS KNOWN
42. INDEX OF ITEM TO BE DELETED IS KNOWN - EXIT
You can download full tutorial playlist of Data Structure with Python here