Computer Science, asked by htcdesirew826, 2 days ago

Let's say we have an application that generates stocks reports for daily trading session. This application processes a lot of data and takes time to process it. So customers are sending request to the application processing on the basis of first come first serve. But we want to process premium customers first and standard customers after them. Suggest the suitable data structure for this and also different types in it. Implement the basic operations of such a data structure.


Please help me out in solving this..​

Answers

Answered by mokingshidki
0

Answer:

This application processes a lot of data and takes time to process it. So customers are sending request to the application processing on the basis of first come first serve. But we want to process premium customers first and standard customers after them. Suggest the suitable data structure for this and also different types in it. Implement the basic operations of such a data structure.

Similar questions