Right now the TreeIterator is assuming it is only going forward.
But it is also capable of going backwards. But the removal of elements is under the assumtion that it was going foward only.
So a small change must be added that allows to detect which way the iterator is actually moving.
This is a small reminder for when i am finishing todolists.
Right now the TreeIterator is assuming it is only going forward.
But it is also capable of going backwards. But the removal of elements is under the assumtion that it was going foward only.
So a small change must be added that allows to detect which way the iterator is actually moving.
This is a small reminder for when i am finishing todolists.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Right now the TreeIterator is assuming it is only going forward.
But it is also capable of going backwards. But the removal of elements is under the assumtion that it was going foward only.
So a small change must be added that allows to detect which way the iterator is actually moving.
This is a small reminder for when i am finishing todolists.
Done