+ 1
Anyone know scheduling algorithms with Javascript?
I am trying to schedule volunteers into certain time periods but not all volunteers are available for each time period. I need an algorithm that determines that each time period can be covered and which particular volunteer can be available for each time period, given their conflicting constraints.
3 Answers