Skip to content

Fibonacci Heaps for OCaml (includes circular doubly linked lists)

License

Notifications You must be signed in to change notification settings

vecteurNabla/fibonacci_heap_ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Heaps for OCaml

Includes circular doubly linked lists

An implementation of priority queues using Fibonacci heaps in OCaml, and a module for circular doubly-linked lists, since they are needed for Fibonacci heaps.

This was a fun personal project, there are certainly more efficient ways to implement Fibonacci heaps.

Releases

No releases published

Packages

No packages published

Languages