Data Structures and Algorithms (DSA) This repository contains implementations of fundamental data structures and algorithms in Python. Implemented Structures List – implemented with arrays Stack – implemented with linked lists Queue – implemented with linked lists Technologies Used Python 3