Am I doing this right? I need to create a dummy node and assign a "front" and a "back" pointer to it.
struct Node{
string data;