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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Data Structure Visualizations

216 点作者 imwally超过 7 年前

5 条评论

jayhoon超过 7 年前
Quite interesting.<p>When playing with the B+ tree, I added about 30 values, including the same value about 3-4 times. Apparently, you cannot delete the last of those repeating values. Seems to be a bug.<p>No wonder the B+ trees are considered as one of the most complex of widely used data structures.
laxentasken超过 7 年前
Thanks for linking this. Spent my weekend implementing a reverse string function in MIPS and it never struck me that I could do it recursive instead.
评论 #15481768 未加载
datacase超过 7 年前
Credit to ex usf professor Galles! These visualizations are a huge help with a number of different and complicated algorithms&#x2F;concepts!
keont超过 7 年前
Thanks a lot for this, I feel like having a visual tool to learn&#x2F;teach this kind of stuff is never a bad thing.
jgamman超过 7 年前
the n=4-Queens visualisation is excellent.