Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 258 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 258 Bytes

Daily Coding Problem: Problem #10 [Medium]

Good morning! Here's your coding interview problem for today.

This problem was asked by Apple.

Implement a job scheduler which takes in a function f and an integer n, and calls f after n milliseconds.