Loading...
GetLongURL(urlId)
insertShortURL(Urlid,string longURL, string shortURL)
updateShortURL(urlId, string shortURL)
deleteshortURL(urlId)
GetAllURLs()
Deep dive into 2-3 key components. Explain how they work, how they scale, discuss tradeoffs, capacity, and any relevant algorithms or data structures.