jeremie1112 / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages
23 stars 119 forks source link

Added Map data structure in python #203

Closed Asnegha closed 1 year ago

Asnegha commented 1 year ago

Hi, dict is not a function. It is a dictionary variable. When we type any variable equal to { } , it is initialised as empty dictionary. Example: a = { }, Here a is a empty dictionary. Since we are looking at only data structures. I added Map data structure which is dictionary in case of python.