Show HN: A browser based Python linked list visualizer with real-time debugging

neuralviz.vercel.app

1 points by rushedcomet 2 days ago

Hi HN, I built this while solving linked list problems and getting tired of mentally (or on paper) tracking pointer changes.

NeurAL-Viz runs real Python code in the browser using Pyodide and visualizes how linked list nodes and pointers (curr, prev, next, etc.) change at each execution step. It records snapshots during execution and lets you scrub backward and forward through the algorithm.

Source code: https://github.com/risheeee/NeurAL-Viz

Would love feedback on usability.