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).

It's also nice to know there are places quicksorts aren't really appropriate, as well as a couple of additional sorting methods (even if you do have to look them up.)