/C-Binary-Heap

Max Binary Heap implemented in C#

Primary LanguageC#

Binary Heap

C# implementation of Max Binary Heap

By Kenny Wolfenberger

Description

This program implements a Heap in C#. It includes a MaxBinaryHeap class with Insert, ExtractMax functions.

Setup/Installation Requirements

  • Clone this repository
  • Open Heap.sln in IDE like Visual Studio.
  • By default the program will run with a basic Binary Heap and go through several functions outlined in the Main function.

Support and contact details

Contact Kenny Wolfenberger - kennywolfenberger@gmail.com

Technologies Used

  • C# .NET Framework
  • Visual Studio

Copyright (c) 2019 Kenny Wolfenberger