Closed vxmark closed 5 years ago
The implementation adds free workers to the end of the list the oldest worker should be taken from the start of the list.
👍
Looking at this, a linked list may be a more efficient structure for this type than List<>.
List<>
The implementation adds free workers to the end of the list the oldest worker should be taken from the start of the list.