Trace Table Generator

Use preset algorithms or write your own Python / C# code and trace through it step by step.

Select Algorithm
🫧

Bubble Sort

Compare adjacent elements and swap if out of order

🎯

Selection Sort

Find the minimum on each pass and place it

📌

Insertion Sort

Insert each element into its correct position

🔍

Linear Search

Search through elements one by one

Binary Search

Repeatedly halve the search space

🔀

Merge Sort

Divide, sort recursively, then merge

Configure
OCR Pseudocode

    
Trace Table
📋
Configure your data above and click Generate Table.