This repo contains a simple Python task scheduler, designed as a base for machine coding rounds.
scheduler.py- Core scheduler implementationdemo.py- Example usagetests/test_scheduler.py- Unit testsdocs/problem.md- Candidate problem statement
python demo.pypython -m unittest discover -s tests