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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

JavaScript Algorithms and Data Structures (examples and explanations of each)

48 点作者 jkchu超过 4 年前

4 条评论

shash7超过 4 年前
This seems pretty useful. Addy&#x27;s Javascript patterns is also a useful side read: <a href="https:&#x2F;&#x2F;addyosmani.com&#x2F;resources&#x2F;essentialjsdesignpatterns&#x2F;book&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addyosmani.com&#x2F;resources&#x2F;essentialjsdesignpatterns&#x2F;b...</a>
z3t4超过 4 年前
You should write your code so that it can be easy to change. Instead of reusing something to save you 5 minutes of typing, just use it as boiler plate and rip out what you dont need and rewrite the stuff that is not exactly what you need. And use language built in structures rather then defining your own, it makes the code easier for others and more performant.
Zababa超过 4 年前
Discussed before:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17134831" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17134831</a> (2018)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17573431" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17573431</a> (2018)
aparsons超过 4 年前
Perhaps fix the link to point one directory up? Right now, it is in the linked-list dir
评论 #25999912 未加载