TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dictionary of Algorithms and Data Structures

409 pointsby gballanover 1 year ago

13 comments

dangover 1 year ago
Related:<p><i>Dictionary of Algorithms and Data Structures (1998)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12758176">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12758176</a> - Oct 2016 (18 comments)<p><i>Dictionary of Algorithms and Data Structures</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8905348">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8905348</a> - Jan 2015 (4 comments)<p><i>Dictionary of Algorithms and Data Structures</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5525893">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5525893</a> - April 2013 (15 comments)<p><i>Dictionary of Algorithms and Data Structures</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2496539">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2496539</a> - April 2011 (16 comments)<p><i>Dictionary of Algorithms and Data Structures</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2351074">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2351074</a> - March 2011 (1 comment)
评论 #37697755 未加载
hughdbrownover 1 year ago
I want to love this but it is missing things that I know of:<p>- Fenwick tree<p>- union-find algorithm &#x2F; data structures<p>Here is where I first saw Fenwick trees: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uSFzHCZ4E-8&amp;t=479s">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uSFzHCZ4E-8&amp;t=479s</a><p>I think this is where I saw union-find: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PGZ64ob440I">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PGZ64ob440I</a> Except I remember a dictionary&#x2F;hashmap implementation, not a fixed size array.
评论 #37699326 未加载
评论 #37699328 未加载
JSavageOneover 1 year ago
This is a great resource, but I wish data structures &amp; algorithms courses would focus more on applications. I&#x27;m more interested in knowing <i>why</i> a data structure is useful and in what context I should reach for one, vs. simply knowing what it is.
评论 #37699319 未加载
评论 #37701677 未加载
评论 #37697789 未加载
评论 #37696813 未加载
评论 #37696477 未加载
评论 #37697651 未加载
rippeltippelover 1 year ago
One notable entry: Marlena<p><a href="https:&#x2F;&#x2F;xlinux.nist.gov&#x2F;dads&#x2F;HTML&#x2F;marlena.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;xlinux.nist.gov&#x2F;dads&#x2F;HTML&#x2F;marlena.html</a><p>Does anyone know what it is about?
评论 #37700522 未加载
xyzelementover 1 year ago
I don&#x27;t know if an alphabetical list of algos is a good starting point for a learner. For someone who is either starting out or wants to confidently master the topic, this classic book is the way to go.[1]. I also think this is your best lever to leveling up as a dev and crushing faang coding interviews if that&#x27;s your goal.<p>[1] <a href="https:&#x2F;&#x2F;books.google.com&#x2F;books&#x2F;about&#x2F;Introduction_To_Algorithms.html?id=NLngYyWFl_YC&amp;printsec=frontcover&amp;source=kp_read_button&amp;hl=en&amp;newbks=1&amp;newbks_redir=0&amp;gboemv=1&amp;ovdme=1#v=onepage&amp;q&amp;f=false" rel="nofollow noreferrer">https:&#x2F;&#x2F;books.google.com&#x2F;books&#x2F;about&#x2F;Introduction_To_Algorit...</a>
评论 #37696305 未加载
maaaaatttttover 1 year ago
I have a tangential question to this: how would one go about doing the reverse search of this list. For example I have this algorithm that I know about, I could describe how it works roughly but I don’t know its name and want to know if it’s in the list. Maybe nowadays write a pseudo code version of it, give it to chatGPT and ask for the name of it… otherwise I don’t know
评论 #37701079 未加载
goliathDownover 1 year ago
&#x2F;dads&#x2F;<p>Somethin about this just makes me smile. Nice site
alhirzelover 1 year ago
I wish they took pull requests. &quot;Acceleration structure&quot; is a basic one that&#x27;s missing.
ranting-mothover 1 year ago
I wonder if they have any good random numbers I could use for my encryption algorithm?
la64710over 1 year ago
This is just awesome … I hope it survives all the budget cut etc. let’s archive it.
kingforadayover 1 year ago
I like don&#x27;t care.
评论 #37697600 未加载
tomrodover 1 year ago
NIST is a treasure trove. Thanks gballan for posting!
darklycan51over 1 year ago
Wow, this is pretty useful, thanks!