flex-algo 0.1.0

Rust commonly used data structure and algorithms
Documentation

PriorityQueue

This data structure implements a Priority Queue with a comparator function to specify the Min/Max heap. The queue is implemented as a heap of indexes.