QR Sort 是一種基於商餘定理的新型非比較整數排序算法,在輸入序列元素範圍較大的情況下,其性能優於傳統的比較排序算法和非比較排序算法。
QR Sortは、商と剰余の定理に基づく新しい非比較型の整数ソートアルゴリズムであり、広範囲な入力値を持つデータセットに対して、既存の比較型および非比較型アルゴリズムよりも効率的に動作する。
QR Sort is a novel non-comparative integer sorting algorithm that leverages the Quotient-Remainder Theorem and Counting Sort to achieve near-linear performance for specific input characteristics, particularly when the range of input values is large.