Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 632 Bytes

File metadata and controls

17 lines (11 loc) · 632 Bytes

Data Structures in Python

This repository contains various examples and exercises related to different data structures implemented in Python.

Each section includes code snippets, explanations, and examples demonstrating the usage of various data structures.

Contents

  • [lists] #(ordered, mutable)
  • {Sets} #(unordered, unique elements)
  • (Tuples) #(ordered, immutable)
  • {Dictionaries} #(key-value pairs)

Conclusion:

This repository serves as a reference for understanding and utilizing basic data structures in Python. Feel free to explore the code examples and modify them as needed for your learning or projects.