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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Radix Tree in Julia

2 点作者 the_origami_fox大约 1 年前

1 comment

the_origami_fox大约 1 年前
Author here. While researching this topic I came across this article <a href="https:&#x2F;&#x2F;www.geeksforgeeks.org&#x2F;compressed-tries&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.geeksforgeeks.org&#x2F;compressed-tries&#x2F;</a> by GeeksForGeeks (compressed trie is another name for radix tree). Currently it is one of the top results on Google for this topic. Generally I&#x27;ve found GeeksForGeeks to be a good resource, but this article is especially poor. The code is bizarre and makes no sense:<p>- It defines properties like &#x27;bitNumber&#x27;, &#x27;leftChild&#x27; and &#x27;rightChild&#x27; which have nothing to do with this type of tree.<p>- The search function search(k) calls an overloaded version of itself search(root, k) that is (1) illegal in these languages and (2) not defined.<p>- The insert function does not account for all scenarios.<p>And more.<p>I&#x27;m fairly convinced this was written with the assistance of a LLM. That would be a logical explanation to all those illogical choices.
评论 #39877040 未加载