This repository demonstrate different design patterns in the languages
- C++
- Java
- Python3
- Singleton
- Builder
- Change the directory to a language folder
- You will see a makefile and all design patterns
- Type in the terminal
make PATTERN_NAME
-
The pattern name needs to be in lowercase
-
For example
make singleton
will compile and run the Singleton example.
make
will compile and run all examples for the language.