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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

GitHub repository for Sedgewick's Algorithms is taken down

302 点作者 altro大约 4 年前

24 条评论

mellosouls大约 4 年前
The notice is here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;dmca&#x2F;blob&#x2F;master&#x2F;2021&#x2F;04&#x2F;2021-04-20-pearson.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;dmca&#x2F;blob&#x2F;master&#x2F;2021&#x2F;04&#x2F;2021-04-2...</a><p>Kevin Wayne (repo owner presumably) is listed as co-author on the book that is published by Pearson, who have issued the notice.<p><a href="https:&#x2F;&#x2F;www.pearson.com&#x2F;us&#x2F;higher-education&#x2F;program&#x2F;Sedgewick-Algorithms-Fourth-Edition-Deluxe-Book-and-24-Part-Lecture-Series&#x2F;PGM2366556.html" rel="nofollow">https:&#x2F;&#x2F;www.pearson.com&#x2F;us&#x2F;higher-education&#x2F;program&#x2F;Sedgewic...</a>
评论 #27005573 未加载
评论 #27006576 未加载
评论 #27007072 未加载
DerNuntius大约 4 年前
Here is the counternotice: <a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;dmca&#x2F;blob&#x2F;master&#x2F;2021&#x2F;04&#x2F;2021-04-29-pearson-counternotice.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;dmca&#x2F;blob&#x2F;master&#x2F;2021&#x2F;04&#x2F;2021-04-2...</a>
评论 #27006764 未加载
airstrike大约 4 年前
If you&#x27;re just looking for the algorithms, there&#x27;s always this C# port (from 7 years ago): <a href="https:&#x2F;&#x2F;github.com&#x2F;angellaa&#x2F;algs4" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;angellaa&#x2F;algs4</a><p>Interestingly, the README includes an e-mail exchange with Kevin, who noted the code is GPL
评论 #27011170 未加载
troelsSteegin大约 4 年前
That seems odd, given that Kevin Wayne is co-author of the 4th edition of &quot;Algorithms&quot;.
评论 #27005890 未加载
评论 #27006102 未加载
fartcannon大约 4 年前
Is it time for a sci-hub like event to replace github? It would be better for the repository of nearly all modern public programming creativity be something more like Wikipedia, and less like LinkedIn.
评论 #27006195 未加载
评论 #27006387 未加载
hintymad大约 4 年前
Speaking of Robert Sedgewick, I deeply enjoyed his course Analysis of Algorithms, as Sedgewick beautifully showed the power of generating functions. Generating functions, or analytical combinatorics in general, make it order-of-magnitude easier to analyze algorithm complexities compared to what we learn in an introductory course. It&#x27;s mind boggling to experience how higher-level constructs of math reveal simplicity and deep insights.
评论 #27009572 未加载
eaa大约 4 年前
So, distributed git has become sort of centralised. Maybe people depend too much on github? I wonder, what would happen to IT over the world if github will be down for a week or a month?
评论 #27006891 未加载
评论 #27006876 未加载
projectileboy大约 4 年前
The story I don’t see being discussed is that Github is now engaged in the same kind of rotten behavior as YouTube.
评论 #27007326 未加载
评论 #27007239 未加载
neatze大约 4 年前
I don&#x27;t understand this; does DMCA imply no one can use algorithms in a book within open source projects ?
评论 #27009281 未加载
generationP大约 4 年前
For anyone looking for the code:<p>archive.org doesn&#x27;t have the source, but it has the list of forks ( <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20200908104954&#x2F;https:&#x2F;&#x2F;github.com&#x2F;kevin-wayne&#x2F;algs4&#x2F;network&#x2F;members" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20200908104954&#x2F;https:&#x2F;&#x2F;github.co...</a> ). The forks themselves are still online. For instance, <a href="https:&#x2F;&#x2F;github.com&#x2F;FGM-148&#x2F;algs4" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FGM-148&#x2F;algs4</a> . As usual with forks, use caution.<p>Then there is the website of the book <a href="https:&#x2F;&#x2F;algs4.cs.princeton.edu&#x2F;code&#x2F;" rel="nofollow">https:&#x2F;&#x2F;algs4.cs.princeton.edu&#x2F;code&#x2F;</a> . This might be a less useful format, though.
rurban大约 4 年前
It&#x27;s the Sedgewick&#x2F;Wayne Algorithms 4 in Java part. The author had an arrangement with the Pearson editor to release the accompanying code for the Java update under the GPL, but apparently someone else at Pearson&#x27;s had a different idea. Let&#x27;s see if he has it in writing.
st_goliath大约 4 年前
When I was an undergrad student, we had an algorithms and data structures lecture based on the Java version of the book. We also got an archive with the samples to work with that was IIRC GPL licensed.<p>Did this repo contain the code or the entire book as well?<p>In the former case, if I remember correctly, this DMCA claim would clearly be bogus. Yet another case where sending out DMCA claims having penalties for the sender if they are fraudulent, but putting a burden on the recipient who might suffer if they don&#x27;t immediately act.
IceWreck大约 4 年前
We should have a penalty&#x2F;fine for fake DCMA requests.<p>Big corps keep sending automated DCMAs with little consequence and often the little guys do have the resources to fight back.
评论 #27007379 未加载
评论 #27006836 未加载
评论 #27006834 未加载
评论 #27006650 未加载
seaman1921大约 4 年前
If this was a youtube channel takedown people would be mad at Google, but good to see at least here HN is blaming the bad actors like they should - ie. the copyright laws and its abusers.
评论 #27006440 未加载
评论 #27006453 未加载
评论 #27006459 未加载
orsenthil大约 4 年前
Looks like we have a mirror that is outside of github.<p><a href="https:&#x2F;&#x2F;git.ahlawat.com&#x2F;sharad&#x2F;algs4" rel="nofollow">https:&#x2F;&#x2F;git.ahlawat.com&#x2F;sharad&#x2F;algs4</a>
kevinventullo大约 4 年前
I give a lot of credit to Sedgewick’s course for helping me break into the software industry, having come from an adjacent field in academia. I hope they can get the repo back up.
评论 #27005947 未加载
orsenthil大约 4 年前
Is there a clone of these not in github? Please share it so that we can keep them in a different repositories.<p>Risky to keep these exclusively in Github.
leeuw01大约 4 年前
Context?
评论 #27005566 未加载
评论 #27005565 未加载
avipars大约 4 年前
Wayback machine has a version<p><a href="http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20201016112929&#x2F;https:&#x2F;&#x2F;github.com&#x2F;kevin-wayne&#x2F;algs4" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20201016112929&#x2F;https:&#x2F;&#x2F;github.com...</a>
评论 #27008871 未加载
sabujp大约 4 年前
let me get this straight, this was gplv3 licensed code, allowed by pearson, and then pearson auto dmca&#x27;s it? Looks like some algos need to be fixed on pearson&#x27;s side, in any case here you go : <a href="https:&#x2F;&#x2F;algs4.cs.princeton.edu&#x2F;home&#x2F;" rel="nofollow">https:&#x2F;&#x2F;algs4.cs.princeton.edu&#x2F;home&#x2F;</a>
bo1024大约 4 年前
So is whoever filed the notice going down for perjury?
StreamBright大约 4 年前
DMCA needs a song like YMCA.
truth_大约 4 年前
Not totally unrelated: Pearson is a piece of trash company. They sell very overpriced textbooks and always use DRM in online copies. They lobby for standardized tests in states and get them mandated. Students are put through them. And guess who provides the certificate required by teachers to evaluate those exam copies? Yes, Pearson.<p>And they make a ton of money.<p>Please watch this talk for more context (even if you don&#x27;t like TED talks): <a href="https:&#x2F;&#x2F;youtu.be&#x2F;BnC6IABJXOI" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;BnC6IABJXOI</a>
评论 #27006898 未加载
评论 #27006073 未加载
评论 #27006012 未加载
评论 #27006598 未加载
评论 #27006724 未加载
评论 #27007601 未加载
评论 #27006518 未加载
评论 #27006561 未加载
caymanjim大约 4 年前
This isn&#x27;t worth getting your feathers ruffled over. Some algorithm or barely-paid human automaton flagged it, someone higher up will notice it, it&#x27;ll be added to an exception list, problem solved. It&#x27;s not ideal, but it&#x27;s not malicious or nefarious or even worth talking about every time something like this happens. It&#x27;s a simple mistake that has a simple solution.
评论 #27005969 未加载
评论 #27005927 未加载
评论 #27006000 未加载
评论 #27007218 未加载
评论 #27006046 未加载