Package topics.sorting.utils


package topics.sorting.utils
Utility classes shared by sorting implementations.

Provides the common interface that all sorting algorithms implement, plus helper methods (array printing, swapping, validation) used across the topics.sorting and topics.sorting.others packages.

Classes in This Package

  • Class
    Description
    Interface for sorting algorithms
    Helper class to trace and use common operations among sorting algorithms