Skip to content

Testspieler09/priority_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.