2
Waqas
2y

Is there anyway I can get database design and algorithms of existing apps? Like the one that foodpanda riders use in which they tell their availability time for whole week. And then the app sorts them through out the calendar.
I know Its dumb to question this but for my university project I have a chat app that has operators who work 24 hrs. The operators needs to tell their availability of whole week and after submission i need an algorithm to sort all the operators to make sure everytime someone's online 24hrs 👀

Comments
  • 3
    I mean, solving it yourself from scratch isn't that hard. The algorithm in question is a fairly easy interview one, sort the list of times, make sure they overlap.
  • 0
    @atheist I was thinking the same approach.
Add Comment