Tag Archives: C Data Structure

Algorithm in C – Decrease Key and Delete Node Operations on a Fibonacci Heap

Decrease Key and Delete Node Operations on a Fibonacci Heap   In this tutorial, you will learn how decrease key and delete node operations work. Also, you will find working examples of these operations on a fibonacci heap in C. In a fibonacci heap, decrease-key and delete-node are important operations. These operations are discussed below. …