Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.14 KB

README.MD

File metadata and controls

33 lines (25 loc) · 1.14 KB

DATA STRUCTURE IN PYTHON 🎯 😃 😊

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 :shipit:

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

OPTIONS GIVEN TO PERFORM HERE 💬

  1. ADD MULTIPLE ITEMS IN TREE
  2. DISPLAY ITEMS
  3. ADD ONE ITEM ONLY
  4. DELETE ITEM IF
    41. VALUE OF ITEM TO BE DELETED IS KNOWN
    42. INDEX OF ITEM TO BE DELETED IS KNOWN
  5. EXIT

Created on 15th September 2020 with ❤️

You can download full tutorial playlist of Data Structure with Python here

Feel free to contact for any error or bug 👍