Lesson of 21 February 2011

Example of heapsort ordering

The header file

File heapsort.hh

Implementation

File heapsort.cc

Testing the sort

File test.cc

Example of heapsort with template

The templated algorithm

File heapsortTemplate.hh

Testing the sort

File test1.cc

Example of heapsort with template instantiation

The templated algorithm

File heapsort2.hxx

The header file

File heapsort2.hh

The explicit instantiation

File heapsort2.cc

Testing the sort

File test2.cc