Skip to content

Implementing Data Structure in python language which is short, flexible, and easy to understand. This is a menu-driven program.

Notifications You must be signed in to change notification settings

nitinkumar30/data-structure-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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 👍

About

Implementing Data Structure in python language which is short, flexible, and easy to understand. This is a menu-driven program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages