Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 549 Bytes

File metadata and controls

33 lines (24 loc) · 549 Bytes

Design Patterns

This repository contains Java implementations of popular design patterns examples.

Prerequisites

  • Java JDK 8 or above
  • Bash shell for Linux/macOS or Command Prompt for Windows

How to Run

1. Clone the repository

git clone https://github.com/111ayushkhare/DesignPatterns.git
cd DesignPatterns

2. Run the examples

  • 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