Skip to content

Ackleberry/forward_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forward List - A Singly Linked List

Features:

  • Object oriented style
  • Handles any data type
  • No memcpy(), malloc() or free()
  • Handles buffer sizes up to SIZE_MAX
  • Caller can choose static or dyanmic memory allocation

About

Forward List - A Singly Linked List

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published