public:cs:algorithm

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
public:cs:algorithm [2019/05/22 13:34] oakfirepublic:cs:algorithm [2025/02/12 09:26] (当前版本) oakfire
行 2: 行 2:
   * [[https://www.wikiwand.com/en/List_of_algorithms|List of Algorithms]]   * [[https://www.wikiwand.com/en/List_of_algorithms|List of Algorithms]]
   * 以前做的一个粗糙的未完成的[[http://blog.joak.org/ppt/clrs.html|CLRS笔记]]   * 以前做的一个粗糙的未完成的[[http://blog.joak.org/ppt/clrs.html|CLRS笔记]]
 +  * [[.:algorithm:clrs]]
   * [[http://bindog.github.io/blog/2014/08/09/visualizing-algorithms/|算法可视化]]   * [[http://bindog.github.io/blog/2014/08/09/visualizing-algorithms/|算法可视化]]
     * [[https://bost.ocks.org/mike/algorithms/|Visualizing Algorithms]]     * [[https://bost.ocks.org/mike/algorithms/|Visualizing Algorithms]]
 +  * [[https://visualgo.net/en|visualising data structures and algorithms through animation]]
 +  * [[https://cp-algorithms.com/index.html|Algorithms for Competitive Programming]] 英文电子书, c++
 +  * https://arxiv.org/abs/2501.02305 据说这篇论文论证了一个新哈希表,不使用传统的 uniform probing 方法,而是使用了一种新的方法,可以在最坏的情况下以\((log x)^2\) 的时间复杂度找到元素,这比以前认为的最优时间复杂度 x 要快得多。
  • public/cs/algorithm.1558503265.txt.gz
  • 最后更改: 2019/05/22 13:34
  • oakfire