hissain's blog

By hissain, history, 6 years ago, In English

I am looking for some data structures and algorithms which might be useful especially for processing real time data. For example segment tree is a good example to adapt real time data changes, unfortunately with minimal applications. On the other hand, maximizing tasks in scheduler algorithm requires full set of (startTime, endTime) dataset before start processing. What if new tasks arrives on real time and we need to maximize the tasks. I wonder if there are some kinds of data structure/algorithm which works best to process such kind of real time processing including but not limited to task scheduler example.

Thanks

  • Vote: I like it
  • -8
  • Vote: I do not like it