Skip to content

Om4ar/Design-Patterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design-Patterns

This repository demonstrate different design patterns in the languages

  • C++
  • Java
  • Python3

Patterns

  1. Singleton
  2. Builder

How to Test

  1. Change the directory to a language folder
  2. You will see a makefile and all design patterns
  3. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 24.5%
  • Java 22.0%
  • TypeScript 21.4%
  • Python 16.6%
  • Makefile 15.5%