Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 447 Bytes

File metadata and controls

14 lines (11 loc) · 447 Bytes

Caution

Do not use this in any project.

This project contains the implementation of priority queues in C and Rust.

Each library implements the priority queue in two different versions.

  • Min Heap Priority Queue
  • Fibonacci Heap Priority Queue

Warning

The implementation contains some issues that I will not fix. It should not be seen as a template for implementing a priority queue but rather as an inspiration at most.