Welcome to the DSA Journey repository! This project is a collection of data structures and algorithms implemented in Python. It serves as a learning resource and a reference for anyone interested in understanding and applying various DSA concepts.
To get started with this repository, clone it to your local machine using:
git clone https://github.com/Jay2704/DSA_Journey.git
Navigate to the project directory:
cd DSA_Journey
Each script can be run independently. For example, to check if an array is sorted, run:
python3 arrays/check_sorted.py
Follow the prompts to input your data.
This project is open-source and available under the MIT License.