I need to write a aspnet applicaton that simulates some CPU scheduling
algorithms for my graduation.
I would like to implemet it with c#, but i need a queue data type.
I need to use the multiple queues algorithm that use a circular buffer.
anyone knows a mplementation of a circular buffer in the framework?