Create Hello World Function — LeetCode 2667 Python Solution

EasyJavaScript
Problem
#2667
Reading time
2 min

The problem

Write a function createHelloWorld. It should return a new function that always returns "Hello World".

Example

Input
args = []
Output
"Hello World"
Explanation
const f = createHelloWorld();

Complexity

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

Related problems

Frequently asked questions

How hard is LeetCode 2667. Create Hello World Function?
LeetCode 2667. Create Hello World Function is rated Easy on LeetCode.
What topics does LeetCode 2667. Create Hello World Function cover?
LeetCode 2667. Create Hello World Function is tagged JavaScript on LeetCode.

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