Search
⌘K

Leetcode 1256. Encode Number

Design reversible encode/decode functions that map integers to compact strings and back, ensuring uniqueness and efficiency. The core challenge is to pick a variable-length, prefix-free representation (via base conversion or bitwise packing) that handles negatives and large values within the given constraints.


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.