Earlier quoted context omitted.
Sorting algorithms are useful for teaching though. Not only do they help the student with writing code, the introduce important parts of programming as well as Big-O notation. Maybe you are right, but if someone was dangling a "Lets learn Unity3D" course in front of me, I would never ever attend that university.
> Not only do they help the student with writing code, the introduce important parts of programming as well as Big-O notation. Are sorting algos the best methods for helping students write code and learning about Big-O? I don't think so. Learning the fundamental data structures are a lot more useful for that purpose, I think. Of the standard crop, I think the binary search is a good algorithm to teach (though one mus…
I would fully support a Python w/ pygame course in high school. That would be pretty neat.