shoulddo added

This commit is contained in:
Robin Müller 2020-06-17 20:40:40 +02:00
parent bb16fd80b8
commit ed26992d7f

View File

@ -112,6 +112,8 @@ public:
setEnd->setEnd(); setEnd->setEnd();
} }
// SHOULDDO: Insertion operation ?
protected: protected:
LinkedElement<T> *start = nullptr; LinkedElement<T> *start = nullptr;
}; };