Infinite Method Object — LeetCode 2690 Python Solution

EasyLeetCode PremiumJavaScript
Problem
#2690
Reading time
2 min

The problem

Write a function that returns an infinite-method object. An infinite-method object is defined as an object that allows you to call any method and it will always return the name of the method.

Example

Input
method = "abc123"
Output
"abc123"
Explanation
const obj = createInfiniteObject();

Complexity

MeasureComplexity
TimeO(n)
SpaceO(1) to O(n) auxiliary

Related problems

Frequently asked questions

How hard is LeetCode 2690. Infinite Method Object?
LeetCode 2690. Infinite Method Object is rated Easy on LeetCode.
What topics does LeetCode 2690. Infinite Method Object cover?
LeetCode 2690. Infinite Method Object is tagged JavaScript on LeetCode.
Is LeetCode 2690. Infinite Method Object a premium problem?
Yes. LeetCode 2690. Infinite Method Object is a LeetCode Premium problem, so the full statement and test cases require a paid LeetCode subscription.

Stuck on problems like this in a live interview?

Stealth Interview is a desktop app for macOS and Windows. It reads the problem off your screen and returns a working solution with a step-by-step explanation and its time and space complexity — invisible to screen sharing.

Get Stealth Interview