Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 337 Bytes

File metadata and controls

11 lines (6 loc) · 337 Bytes

Daily Coding Problem

Note: Continuous improvements and bug fixes are made within the repository to produce better solutions.

Day 10

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

This problem was asked by Apple.

Solution | Tests