Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tktajwar/heap-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

27 Commits

Repository files navigation

Heap Tree Data Structure

A heap tree (implemented in dynamic array) written in C!

It can be switched between min heap and max heap by modifying the header file

For Max heap:

#define HEAP_TYPE MAX_HEAP

For Min heap:

#define HEAP_TYPE MIN_HEAP

Example of a binary max-heap from wikipedia

About

Heap tree data structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /