I know enough to know you mean there is a sub-optimal way to implement a sort, and it's the one that most beginning (or just plain bad) programmers will use.
That you know enough not to put a naive sort implmentation into production code means you're good. (Frankly I can't remember how to implement a quicksort either but there are enough debugged implementations around that I never have to).