TEC-Bridge Logo

Radix Sort Visualizer

STEM Interactive Visual Learning Program at TEC-Bridge AI

Setup Array

Sort Controls

Array Visualization

Current Array:
Buckets (Digit: 1):

Algorithm Steps

How to Use

  1. Setup: Enter numbers separated by commas or click "Random" to generate an array
  2. Sort: Click "Start Sort" to begin the radix sort process
  3. Step Through: Click "Next Step" to see each step of the algorithm execution
  4. Run Through: Click "Run Through" to automatically execute all steps in sequence
  5. Observe: Watch elements being sorted by each digit position
  6. Reset: Click "Reset" to start over with a new sort

Colors: Orange = Current Digit, Different Colors = Buckets 0-9, Green = Sorted

Radix Sort Concept

Radix Sort is a non-comparison sorting algorithm that sorts numbers by processing individual digits from least to most significant.

How it works:

  • Find maximum number to determine digit count
  • Sort by each digit position (units, tens, hundreds)
  • Use counting sort for each digit (0-9)
  • Distribute elements into buckets by digit value
  • Collect elements from buckets in order

Time Complexity: O(d × (n + k)) where d is digits, k is range

Radix Sort Code Implementation

Rate This Learning Tool

Clarity of Visualization:
Interactivity:
Educational Value:
Performance:
Intuitivity & Usability:
Overall Evaluation:

© 2025 TEC-Bridge AI. All rights reserved. | Contact: contact@tec-bridge.ai | https://tec-bridge.ai