rtspw / Vector-Heap

Simple heap using a vector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector-Heap

A special heap which processes nodes that hold strings and other info. Working as a min heap, the overall design attempts to be fairly lightweight to accommodate the bigger picture project, being a text processing program.

About

Simple heap using a vector


Languages

Language:C++ 100.0%