... which it sorts with the heap sort algorithm. // listdemo/main.cpp #include <QList> #include <QDebug> int main() { QList<int> values; values << 1 << 10 ...
確定! 回上一頁