Search
⌘K

Leetcode 2665. Counter II

Implement a factory function createCounter(init) that captures an initial integer and returns three methods—increment, decrement, and reset—that update and return the internal counter value (increment adds 1, decrement subtracts 1, reset restores init).


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.