Class ADT.Sequence
- Description
The sequence work similar to an array but has the possibility to insert and remove elements. It also has a more powerful iterator.
The sequence work similar to an array but has the possibility to insert and remove elements. It also has a more powerful iterator.