The LinkedList data structure tends to have different methods of implementation, even when coded in the same language.
Is there a fundamental specification for what a LinkedList must have somewhere? Sort of like the ECMA standard for JavaScript but for a LinkedList data structure (as well as others).