Skip to content

asthasharma98/Python-Inbuilt-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Inbuilt Data Structures

This repository contains the concept of different inbuilt python data structures and their working in the form of Ipython notebook created for learning purpose.

  • List - A list in python is a one-dimensional, Mutable and Ordered collection of elements.
  • Dictionary -Dictionary in python is Mutable and Unordered colletion of data values which is used to store data values in {key:value} pairs.
  • Tuple - A tuple is a collection of objects which are immutable and ordered.
  • Sets - Set is collection of different elements which are unordered, immutable and unique.

Releases

No releases published

Packages

No packages published