Tagged Questions

2
votes
2answers
186 views

A Data Structure to represent bookable timeslots

What suggestions do people have for a timeslot data structure? I have a number of activities and I'm planning to display them in a datagrid with days as columns and timeslots as rows. This suggests ...