System Design
Topics
Featured Problems
Design a URL Shortener
Design a URL shortening service like TinyURL or bit.ly. The service should be able to handle millions of URLs and provide fast lookups.
Distributed SystemsView Solution →
Design a URL shortening service like TinyURL or bit.ly. The service should be able to handle millions of URLs and provide fast lookups.