TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Codelapse.com

28 点作者 itroot超过 5 年前

2 条评论

itroot超过 5 年前
Hey, HN!<p>I think that visualizing interview algorithms in that way can help lot of people to understand them, to form a &quot;gut feeling&quot; what&#x27;s going on. What do you think?<p>This particular example, linked list reversal, is a &quot;medium&quot; interview question, but I&#x27;ve seen many times people failing it. When I solve this question by myself I always imagine this pointers, how they act and so on, and this visualization - it&#x27;s what&#x27;s going in my head. I really think that putting it on the list and animating it helps people to form long-term understanding.<p>What do you think?
评论 #21454824 未加载
评论 #21462507 未加载
评论 #21474001 未加载
algodaily超过 5 年前
Very cool! This is a feature I&#x27;ve partially added to AlgoDaily[1], but your implementation is a much more clean and intuitive IMO.<p>I assume this works the same as pythontutor.com by executing a code snippet through a debugger and playing back the execution trace. Is each code snippet custom created, or do you have a tool that generates these visuals?<p>[1] <a href="https:&#x2F;&#x2F;algodaily.com&#x2F;challenges&#x2F;reverse-a-linked-list" rel="nofollow">https:&#x2F;&#x2F;algodaily.com&#x2F;challenges&#x2F;reverse-a-linked-list</a>
评论 #21453039 未加载