Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Non Comparison

Non-Comparison

Feb 10, 20261 min read

  • algorithms
  • sorting
  • non-comparison

Non-Comparison

← Back to Sorting

Sorting algorithms that do not rely on comparing elements. They exploit properties of the data (such as integer keys within a known range) to achieve better than O(n log n) time complexity.

Key Properties

  • Counting Sort
  • Radix Sort
  • Bucket Sort

Related

  • Comparison-Based (contrast)

algorithms sorting non-comparison


Graph View

  • Non-Comparison
  • Key Properties
  • Related

Backlinks

  • Sorting
  • Analysis
  • Comparison-Based
  • Hybrid
  • Bucket Sort
  • Counting Sort
  • Radix Sort

Created with Quartz v4.5.2 © 2026

  • GitHub