From 579c1161bf46c8a09ca4b296d4bf00111ba6aafc Mon Sep 17 00:00:00 2001 From: Ido777 Date: Wed, 30 Apr 2025 15:06:18 +0300 Subject: [PATCH] Add placeholder for URL shortener design, --- solutions/system_design/url_shortener/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 solutions/system_design/url_shortener/README.md diff --git a/solutions/system_design/url_shortener/README.md b/solutions/system_design/url_shortener/README.md new file mode 100644 index 00000000..6a71a2c6 --- /dev/null +++ b/solutions/system_design/url_shortener/README.md @@ -0,0 +1,5 @@ +# Design A URL shortener + +*Note: This document links directly to relevant areas found in the [system design topics](https://github.com/ido777/system-design-primer-update.git#index-of-system-design-topics) to avoid duplication. Refer to the linked content for general talking points, tradeoffs, and alternatives.* + +TBA \ No newline at end of file