#include "oscl_base.h"
#include "oscl_vector.h"
Go to the source code of this file.
Data Structures | |
class | OsclCompareLess |
class | OsclPriorityQueue |
class | OsclPriorityQueueBase |
Implements a priority queue data structure similar to the STL class. The properties of the class include O(Log_2(N)) insertion and deletion complexity and O(1) complexity to access the top priority item.