Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 389 Bytes

Task Scheduling Library

Given a series of tasks with a designated timeframe and a series of tasks without a timeframe, the library will return an optimal schedule to complete such tasks.

Todo, currently in very early stages

  • Generators to schedule tasks without designated timeframe
    • Different type of generators and must support custom type
  • Documentation
  • Better tests