Skip to content

Header files for non-native C++ algorithms and data structures.

License

Notifications You must be signed in to change notification settings

michaelyxsun/cpp-ext-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended C++ Headers

Header files for non-native C++ algorithms and data structures, as well as miscellaneous functions.

Headers can be found in /src/include/ and implementation files can be found in /src/implm/.

Example Run

Run

$ make

to compile a demo program showing the basic functionality of each algorithm and data structure. The compiled binary exists in the bin/ directory and can be ran by running

$ ./bin/main.elf

About

Header files for non-native C++ algorithms and data structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published