Skip to content

Instantly share code, notes, and snippets.

View jdecuyper's full-sized avatar

Jérôme De Cuyper jdecuyper

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Algorithms
{
public class BinaryHeap<T>
{
protected T[] _data;