Search
⌘K

Leetcode 736. Parse Lisp Expression

Evaluate a Lisp-like expression string containing integers, variable references, and nested (let / add / mult) forms. The core challenge is parsing the nested syntax and maintaining lexical scoping so let bindings (which may shadow outer variables) are applied correctly while computing the final integer result.


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.