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