Algorithm Notes to Visual Walkthrough Prompts

Practical reference-photo editing prompts generated for editorial review.

Conceptual illustration of layered paper stairs with two colored ribbons meeting at an upper landing.
ChatGPT

Dynamic Programming Table from Staircase Notes

Convert a recurrence photo into a bottom-up table with base cases and dependencies.

View Details
Conceptual illustration of paired paper arches around stacked blocks, with one unmatched arch aside.
ChatGPT

Balanced Parentheses Stack from Parsing Notes

Turn bracket-checking notes into push, match, pop and failure states.

View Details
Conceptual illustration of a teal viewing window passing over a strip of textured tiles.
ChatGPT

Sliding Window Running Sum from Sequence Notes

Transform fixed-window notes into overlapping ranges with outgoing and incoming updates.

View Details
Conceptual illustration of opposing spotlights highlighting a pair of tiles on notebook paper.
ChatGPT

Two-Pointer Pair Search from Array Notes

Convert sorted-array notes into a pair-sum walkthrough with explicit pointer movement.

View Details
Conceptual illustration of a golden route connecting paper islands among muted alternative ribbons.
ChatGPT

Dijkstra Relaxation Steps from Weighted Graph Notes

Turn weighted-graph notes into a shortest-path walkthrough with tentative distance updates.

View Details
Conceptual illustration of a golden thread exploring folded paper corridors beside stacked tabs.
ChatGPT

Depth-First Search Backtracking from Graph Sketches

Transform a graph photo into a recursive exploration with visible call-stack unwinding.

View Details
Conceptual illustration of expanding pebble groups and an orderly waiting tray beside a notebook.
ChatGPT

Breadth-First Search Queue Trace from Graph Notes

Convert a graph sketch into a level-by-level traversal with synchronized queue states.

View Details
Conceptual paper sculpture of strands separating and recombining above an open notebook.
ChatGPT

Merge Sort Split and Combine from Recursion Notes

Turn divide-and-conquer notes into a split tree and a separate ordered merge sequence.

View Details
Conceptual illustration of an amber tile being inserted into an ordered line of teal and ivory tiles.
ChatGPT

Insertion Sort Prefix Growth from Sorting Notes

Transform sorting notes into a visual trace of key selection, shifting and insertion.

View Details
Conceptual illustration of nested blue frames focusing on a golden tile in an ordered row.
ChatGPT

Binary Search Interval Narrowing from Notebook Photos

Convert sorted-array notes into a walkthrough of shrinking search bounds.

View Details
Editorial illustration of a magnifying lens scanning clay tiles beside an open notebook.
ChatGPT

Linear Search Scan from Handwritten Notes

Turn a photographed linear-search example into an indexed scan with an explicit stopping point.

View Details