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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Where to share a new sorting algorithm

1 点作者 frazer大约 6 年前
Hi, I created a sorting algorithm that is faster than ShellSort when the range of values is smaller than the number of elements. I think it is a simple algorithm, placing all the values in an object, finding min and max while doing so. Afterwards it simply checks every value in the object between min and max. I&#x27;m not sure where to share it, and I&#x27;m also open to someone telling me it already exists.<p>So, feedback please, and if it is new, where should I share it?<p>https:&#x2F;&#x2F;github.com&#x2F;Frazer&#x2F;hashSort

1 comment

theamk大约 6 年前
How is this different from <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Counting_sort" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Counting_sort</a> ?