Skip to content

An implementation of a heap, along with functions malloc() and free(), in C.

Notifications You must be signed in to change notification settings

Anthony-de-cruz/C-Heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Heap

An implementation of a heap, along with functions malloc() and free(), in C.

Build

Build with:

cmake -B ./build
cmake --build ./build

The build process

Run the example with:

./build/C-Heap

Project

  • Complete initial implementation
  • Refactor code documentation
  • Optimise code
  • Provide documentation on how the system works

About

An implementation of a heap, along with functions malloc() and free(), in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published