From cc22d7c2c69c95ac3a101a9575bf8702c389638e Mon Sep 17 00:00:00 2001 From: Gaurav Sen <59478396+coding-parrot@users.noreply.github.com> Date: Sun, 9 Oct 2022 08:57:54 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 106c91b..979e4ba 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Please raise issues and pull requests for fixes and updates. The following resources are useful for learning low level design. +### Design Patterns + +[Refactoring Guru](https://refactoring.guru/) + ### Memory Management [Texas University Memory Models](https://www.cs.utexas.edu/~bornholt/post/memory-models.html)