Skip to content

jorgen/member_linked_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C++ implementation of a linked list which does not malloc additional
data on insertion or removal.

This feature comes at the price that you have to declare your list pointers as
part of the classes/structs that you want the list to contain.

About

A malloc free linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors