Merge Sort Championship

Interactive Learning & Competitive Algorithms Hub

Core Learning Modules

Algorithm Builder

builder.html

Master the theory by sequencing the steps of the algorithm and filtering out distractors from other sorting methods.

Logic & Theory

Split It

splitit.html

A hands-on guide to the Divide phase. Recursively split lists until every element stands alone.

Divide Phase

Merge It

mergeit.html

The manual Conquer phase. Pair boxes and merge them in numerical order to rebuild the sorted list.

Conquer Phase

The Missing Node

node.html

Repair a broken Merge Sort tree by dragging missing values back into their correct functional positions.

Visualisation
Championship Challenges

Bug Hunter

bug.html

Race against time to find the exact node where the computer made a sorting error. High stakes, high rewards.

Analysis

60-Second Blitz

micro.html

Fast-paced Micro-Stepping quiz. Predict the next step of the algorithm to build your multiplier streak.

Speed Quiz

Merge Station

merge-station.html

Become the CPU. Use keyboard arrow keys to merge lists at lightning speed in a 60-second dash.

Speed Run
Monitoring

Live HUD

dashboard.html

View the global leaderboard, all-time records, and real-time session scores for all challengers.

Data & Stats