Looking for set of DS & Algorithms used to process online manupulations

Revision en1, by hissain, 2017-11-21 07:30:03

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

Tags #data structure, #algorithms, realtime, online

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English hissain 2017-11-21 07:30:03 698 Initial revision (published)