From 8dea29f7803eee4424c9191629fe6a66777dc6a1 Mon Sep 17 00:00:00 2001 From: Mark Qian Date: Fri, 10 May 2024 15:48:50 -0400 Subject: [PATCH] Update README.md to include Codemia --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 106ca5b..d8d9d74 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Feel free to go through other lectures if needed. * [System Design Interview Preperation Series by CodeKarle](https://www.youtube.com/watch?v=3loACSxowRU&list=PLhgw50vUymycJPN6ZbGTpVKAJ0cL4OEH3) This is a collection of some of the most commonly asked system design interview question explain in a very detailed and straight forward manner. +* [Codemia for practicing system design](https://codemia.io) Practice over 100 system design problems like the way you practice algorithms and data structure on Leetcode. + + These talks should give you a starting point on how to think about such problems.