Search
⌘K

Leetcode 535. Encode and Decode TinyURL

Implement an encode/decode system that maps long URLs to short tiny URLs and back, guaranteeing a reversible, collision-free mapping so decode returns the original URL for any short URL produced by the same object. The core challenge is designing a compact token scheme and storage/lookup mechanism to ensure uniqueness and fast retrieval.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.