This repository is designed to help mentees practice Python data structures using simple yet challenging problems. It includes skeleton code for implementation and corresponding unit tests for validation.
- Python 3.8 or higher
- A code editor or IDE (e.g., VSCode, PyCharm)
-
Fork the Repository:
Before starting, fork this repository to your GitHub account. This will create your own copy of the project where you can work. -
Clone Your Forked Repository:
Clone the repository to your local machine using the following command:git clone <your-forked-repo-url> cd Data-me_001