Data Structures in python
Introduction
A data structure is a way of organizing and storing data so that it can be accessed and modified efficiently. Python provides a rich set of built-in data structures and also allows us to create user-defined ones for more complex operatio...
karmat.hashnode.dev3 min read