mardi 3 octobre 2017

How to implement a sorting on a list in c++?

Object Oriented programming in C++ can turn runtime error to compile-time error, for example, sort an on a vector is O(n log n). However, implement a sort on a list simply not compile. Can anyone know the reason?

Aucun commentaire:

Enregistrer un commentaire