#Python #Algorithm #DataStructure
In computer science and programming, data structure refers to data organization, management, and storage format that enables efficient access and modification. The builtin data structures are: Lists, Tuples, Dictionaries, Strings, Sets [frozen-sets.]
List is a collection which is ordered and changeable. Allows duplicate members.
Tuple is a collection which is ordered and unchangeable. Allows duplicate members.
Set is a collection which is unordered and unindexed. No duplicate members.
Dictionary is a collection which is unordered, changeable and indexed. No duplicate members.
Read more:
https://www.w3schools.com/python/pyth...
https://thomas-cokelaer.info/tutorial...
On this page of the site you can watch the video online Data Structures in Python with a duration of hours minute second in good quality, which was uploaded by the user Olamigoke Philip 02 April 2020, share the link with friends and acquaintances, this video has already been watched 34 times on youtube and it was liked by 2 viewers. Enjoy your viewing!