Category: algorithm
PROJECT2026-05-10
LeetCode Debugger - Recreating the LeetCode Runtime Locally
In the previous post, I covered how the VS Code extension finds the current solution and test case files before starting debugpy. This time, I want to look at what happens afterwar…
algorithm
Read PROJECT2026-05-05
LeetCode Debugger - Debugging LeetCode Solutions in VS Code
When solving problems on LeetCode, the submission result alone is often not enough to understand why the code is wrong. For simple problems, I can insert a few print() statements.…
algorithm
Read