An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: composite-design-pattern

dmytro-parfenov/menu-bar

Provides a minimal example of a menu bar implementation inspired by the Composite and Builder design patterns

Language: TypeScript - Size: 54.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

HaiderABB/Structural-Design-Patterns-JAVA

Implementation of Structural Design Patterns in JAVA

Language: Java - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

gunatheeban/Design-Patterns

This resource is crafted to help developers understand and implement various software design patterns. Whether you're a beginner looking to learn about design patterns

Language: Java - Size: 28.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HamidMapna/Smart-Pointers-usage-in-polymorphism

This concise project, models the composite design pattern and utilizes the rvalue concept and smart pointer to benefit the move constructor performance advantages.

Language: C++ - Size: 141 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kazi0001/Optimum_design_composite_targetted_crashworthiness

Design of composite rectangular tubes for optimum crashworthiness performance via experimental and ANN techniques

Language: Python - Size: 195 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Surender1987/CompositeDesignPattern

Design patterns

Language: C# - Size: 9.77 KB - Last synced at: 2 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

cihatsolak/dotnet-design-patterns

A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

Language: C# - Size: 11.7 MB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

mxligr/Food-Delivery-Mngmnt-Sys

A food delivery management application for a catering company, developed for the Fundamental Programming Techniques course // 2nd year, 2nd semester @ Computer Science, TUCN

Language: Java - Size: 4.5 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

fraxhost/DrawShapesGui_CompositeDesignPattern

A Java FX project which can draw different shapes. This code is implemented following the Composite Design Pattern.

Language: Java - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mehboobali98/Composite-Design-Pattern

A composite pattern is a partitioning design pattern and describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to “compose” objects into tree structures to represent part-whole hierarchies. It allows you to have a tree structure and ask each node in the tree structure to perform a task.

Language: Java - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1