An open API service indexing awesome lists of open source software.

https://github.com/gmbeddard/ee200-templated_linked_list

A robust implementation of a templated LinkedList class with dynamic memory management, deep copying, and operations like insertion, deletion, and retrieval. Designed to be Valgrind-clean and memory-safe.
https://github.com/gmbeddard/ee200-templated_linked_list

cpp20 cpptemplate data-structures dynamic-memory-management linked-list memory-management

Last synced: 21 days ago
JSON representation

A robust implementation of a templated LinkedList class with dynamic memory management, deep copying, and operations like insertion, deletion, and retrieval. Designed to be Valgrind-clean and memory-safe.

Awesome Lists containing this project