This repository contains Java implementations of popular design patterns examples.
- Java JDK 8 or above
- Bash shell for Linux/macOS or Command Prompt for Windows
git clone https://github.com/111ayushkhare/DesignPatterns.git
cd DesignPatterns- Linux/macOS
# Make the shell script executable
chmod +x run.sh
# Execute the script
./run.sh- Windows
# Open Command Prompt and run the batch file
run.bat