JG
jguida941/doubly_linked_list_demo
Interactive doubly linked list demo in C++ A small teaching/learning project showing how a templated doubly linked list works, with menu-driven terminal UI for inserting, removing, and traversing nodes. Includes color output and debug guards.