shoulddo added

This commit is contained in:
Robin Müller 2020-06-17 20:40:40 +02:00
parent bb16fd80b8
commit ed26992d7f
1 changed files with 2 additions and 0 deletions

View File

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