Doubly Linked List Memory Diagram

Memory diagram of a doubly linked list after adding the values ‘Hello’, ‘world’, and ‘!’ using push_back() in C++.