/Task-Scheduler-using-Red-Black-Tree

Red-black trees are very powerful data structures and find numerous applications. For eg, TreeMap in Java/C++ STL is usually implemented using it. In this project, we implemented another high profile application - a simplified version of Linux’s scheduling algorithm - Completely Fair Scheduler(CFS).

Primary LanguageJava

No issues in this repository yet.