Overview
Implement memory management for nodes.
Objectives:
- Decide on memory management strategies (e.g., smart pointers).
- Ensure efficient allocation and deallocation of node objects.
- Prevent memory leaks and dangling pointers.
Checklist:
Additional Notes:
- Utilize tools like Valgrind to detect memory leaks during testing.
Overview
Implement memory management for nodes.
Objectives:
Checklist:
Additional Notes: