Sleep — LeetCode 2621 Python Solution

EasyJavaScript
Problem
#2621
Reading time
2 min

The problem

Given a positive integer millis, write an asynchronous function that sleeps for millis milliseconds. It can resolve any value.

Example

Input
millis = 100
Output
100
Explanation
It should return a promise that resolves after 100ms.

Complexity

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

Related problems

Frequently asked questions

How hard is LeetCode 2621. Sleep?
LeetCode 2621. Sleep is rated Easy on LeetCode.
What topics does LeetCode 2621. Sleep cover?
LeetCode 2621. Sleep 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