Alogrithm that can be implemented in linear time (or space) instead implemented as quadratic . Often happens by accident or due to inattentiveness.

It is very easy to do this mistake by accident. For example, you have function that runs in linear time and you call this function inside the loop - and you have quadratic algorithm.

Terminology taken here.