数据结构与算法
文章平均质量分 64
算法导论3rd(Thomas H.Cormen/Charles E.Leiserson/Ronald L.Rivest/Clifford Stein)
数据结构基础 2nd(Ellis Horowitz)
数据结构与算法分析 2nd(Mark Allen Weiss)
NeoInTheMatrix
If I were giving out grades for daydreaming, you'd be getting an A.
But in civics, you're falling.
You see, ladies and gentlemen,
The problem with dramers is, they usually aren't doers.
Their achievements are grand up here, but here where it counts, they fall short.
展开
-
Review 2016/3-2023/7
Review 2016/3-2023/7原创 2023-08-03 11:18:52 · 370 阅读 · 0 评论 -
数据结构与算法学习资料汇总
一、主线书籍算法导论(2nd,3rd)CLRS数据结构与算法分析(C/Java,Mark Allen Weiss)Weiss数据结构基础(C语言版,Horowitz)Horowitz以上三本书籍对数据结构和算法整体与局部的把握较合理,讲解清晰,对于基本原理,例子,实现,证明都有所涵盖,涵盖了常用数据结构与算法。以CLRS为主,参考Weiss和Horowitz的书。并将CLRS中未涉及的内容作为补充学习资料。CLRS的代码为伪代码,前20章内容都较为简单并易于转换为具体代码,后续章节需注意部分章节伪原创 2021-12-01 12:06:46 · 797 阅读 · 0 评论 -
算法导论 CLRS 第26章 最大流 Maximum flow C#
〇、一、流的定义与理解对于流网络,将流理解为从源点s发出的所有流的总和二、Ford-Fulkerson方法主要是通过在增广路径中增加流来得到最大流,理论依据是最大流-最小切割定理;原创 2021-11-04 17:03:22 · 1073 阅读 · 2 评论 -
van Emde Boas Tree
van Emde Boas Tree原创 2021-10-08 17:44:59 · 212 阅读 · 0 评论 -
The Wavefunction Collapse Algorithm explained very clearly
The Wavefunction Collapse Algorithm teaches your computer how to riff. The algorithm takes in an archetypical input, and produces procedurally-generated outputs that look like it.波函数折叠算法教会你的电脑如何即兴弹奏。该算法接受一个典型的输入,并产生类似的程序生成的输出。(Source)It is most commonl翻译 2021-03-18 18:18:33 · 291 阅读 · 0 评论