Data Structures Lerax  1.1.0
Opinionated Data Structures & Algorithms
Loading...
Searching...
No Matches
PQueueNode Struct Reference

A node in the priority queue. More...

#include <pqueue.h>

Data Fields

int key
int value

Detailed Description

A node in the priority queue.

Field Documentation

◆ key

int PQueueNode::key

◆ value

int PQueueNode::value

The documentation for this struct was generated from the following file: