From 2be8b5d16c4c6a17c319003f9015ec5a5566e25e Mon Sep 17 00:00:00 2001 From: Eranga Mohotty Date: Tue, 12 Nov 2024 07:49:38 +0000 Subject: [PATCH] Add video resourse to design-patterns.md Added a YouTube playlist link by Keerti Purswani containing some of the common design patterns Factory, Singleton, Builder, Observer, Abstract Factory and Adapter which are explained in a simple and language independent way with examples in C++ code --- docs/design-patterns/design-patterns.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/design-patterns/design-patterns.md b/docs/design-patterns/design-patterns.md index b873d715e..ba2d0611b 100644 --- a/docs/design-patterns/design-patterns.md +++ b/docs/design-patterns/design-patterns.md @@ -26,6 +26,7 @@ - [Design Patterns - SingletonSean Playlist](https://www.youtube.com/playlist?list=PLA8ZIAm2I03jaAbvEWk7nHlBYxy03JP46) - [Design Patterns Explained with Food - Wes Doyle Playlist](https://www.youtube.com/playlist?list=PL3_YUnRN3Uhi-__AdJ3yWgDB95_GYeX3x) - [Design Patterns (C# Examples) - Raw Coding Playlist](https://www.youtube.com/playlist?list=PLOeFnOV9YBa4ary9fvCULLn7ohNKR6Ees) +- [Common Design Patterns (Simplified C++ Examples with language independant explanations) - Keerti Purswani Playlist](https://www.youtube.com/playlist?list=PLliXPok7ZonlZJuAN0hvUnf5ovFepjxU0) ## Course - [CodeWithMosh - The Ultimate Design Patterns - Mosh Hamedani Course](https://codewithmosh.com/p/design-patterns)