#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...
Nesta página do site você pode assistir ao vídeo on-line Data Structures in Python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Olamigoke Philip 02 Abril 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 34 vezes e gostou 2 espectadores. Boa visualização!