Skip to content

Commit

Permalink
Enchance navigation to problem statement
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthVijayy committed Nov 16, 2024
1 parent 5bc1e7d commit e081951
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reference.txt
38 changes: 38 additions & 0 deletions Learning_2.0/Problems/navigate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Design Pattern Problem Statements

This repository contains various problem statements categorized by design patterns. Each section includes links to problem statements that demonstrate the implementation of specific design patterns, along with relevant tags or keywords for easier navigation.

## Creational Patterns

| Problem Statement | Tags |
|----------------------------------------------------------|--------------------------|
| [Problem Statement Name 1](creational-pattern-problems/problemStatementName1.md) | Factory, Singleton |
| [Problem Statement Name 2](creational-pattern-problems/problemStatementName2.md) | Builder, Prototype |
| [Problem Statement Name 3](creational-pattern-problems/problemStatementName3.md) | Abstract Factory |
| [Problem Statement Name 4](creational-pattern-problems/problemStatementName4.md) | Object Pool |

---

## Behavioral Patterns

| Problem Statement | Tags |
|----------------------------------------------------------|--------------------------|
| [Problem Statement Name 5](behavioral-pattern-problems/problemStatementName5.md) | Strategy, Observer |
| [Problem Statement Name 6](behavioral-pattern-problems/problemStatementName6.md) | Command, Iterator |
| [Problem Statement Name 7](behavioral-pattern-problems/problemStatementName7.md) | Mediator, Memento |

---

## Structural Patterns

| Problem Statement | Tags |
|----------------------------------------------------------|--------------------------|
| [Problem Statement Name 8](structural-pattern-problems/problemStatementName8.md) | Adapter, Composite |
| [Problem Statement Name 9](structural-pattern-problems/problemStatementName9.md) | Decorator, Proxy |
| [Problem Statement Name 10](structural-pattern-problems/problemStatementName10.md) | Facade, Bridge |

---

## Contribution

Feel free to contribute by adding new problem statements or improving existing ones. Please follow the guidelines for consistent formatting and clear explanations of the design patterns used.

0 comments on commit e081951

Please sign in to comment.