>>146No. Please read my posts. They are terrible
as implementations of lists designed for general-purpose use. That is the reason I reject a Θ(n) length operation, but compensate it with a O(n) (which will only reach n in rare cases) check in other methods.
If the use case is known, a tailored data structure is just fine. Sometimes that tailored data structure is a linked list.