This is my LinkedList namespace
namespace LinkedList { template class Node{ public: Node(const T& data)