Node* set = position; // vi tri bat dau in ra. VD: head while (set != NULL) { cout << set->value << " "; set = set->next; }