Skip to content

Implementation of a Fibonacci Heap in C#, developed as part of the Advanced Algorithms and Data Structures college course

Notifications You must be signed in to change notification settings

mkokor/fibonacci-heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About repository

This repository contains the implementation of the Fibonacci Heap data structure, developed as part of the Advanced Algorithms and Data Structures college course at the Faculty of Electrical Engineering Sarajevo. The solution is implemented in .NET 7.

Project structure

.
├── FibonacciHeap                         # Console app
├── FibonacciHeap.Tests                   # xUnit tests
├── FibonacciHeap.sln                     # Solution file
└── README.md

Getting Started

Follow the instructions below to get local copy up and running.

Prerequisites

  1. .NET 7 SDK

Installation

  1. Clone the repository
git clone https://github.com/mkokor/fibonacci-heap.git

Execution

Run command below to start the console app (FibonacciHeap folder).

dotnet run

Run command below to execute unit tests (FibonacciHeap.Tests folder).

dotnet test

About

Implementation of a Fibonacci Heap in C#, developed as part of the Advanced Algorithms and Data Structures college course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages