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
ISortingAlgorithm— common sorting interfaceUtil— array utilities (print, swap, copy, etc.)
-
ClassDescriptionInterface for sorting algorithmsHelper class to trace and use common operations among sorting algorithms