Skip to content

CCMDevel/c_data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c_data_structures

Implementations of the following data structures in the C programming language: - Heap

Heap (Min/Max): sorts its keys based on their value, either in increasing order (if MIN heap) or decreasing order (if MAX heap) - insert - peak top - extract top - print - build from array

The make command builds a program that runs the example programs. The executable file generated via the following command: make

The executable file along with machine code are deleted via the following command: make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published