`
vicre
  • 浏览: 2521 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

Notes on <<Introduction to Algorithm>> [ index ]

阅读更多

        This is my note on reading  ITA(anno.1), I start reading ITA from the end of 2010 , one year before my graduation. Lots of  thinking defects exposed in reading, when I rethinked  base of  my technical world.

        Scientific master pieces can endow you with enlightment,  teach your efficient methodology,  the way to congize and methodize and make chaos systematic, I appreciate the generousity from author and  pay my honest homage to grand demiurge.

 

 

 

 

annotation:

1.ITA = Introduction to Algorithm

 

attachment:

(see below...)

 

分享到:
评论

相关推荐

    c++实现二叉查找树示例

    #include &lt;iostream&gt;#include &lt;cstring&gt;#include &lt;algorithm&gt;#include &lt;cstdio&gt;#include &lt;string&gt; using namespace std; const int M = 10000; //定义数据节点class dNode{public: string name; int age; bool ...

    c++万能头文件(包含所有其他头文件)#include<bits/stdc++.h> 注:此cpp文件包含万能头文件以及基本框架

    #include &lt;algorithm&gt; #include &lt;bitset&gt; #include &lt;complex&gt; #include &lt;deque&gt; #include &lt;exception&gt; #include &lt;fstream&gt; #include &lt;functional&gt; #include &lt;iomanip&gt; #include &lt;ios&gt; #include &lt;iosfwd&gt; #include ...

    c++中的<algorithm>实现

    c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的&lt;algorithm&gt;实现 c++中的...

    C++ Standard Library: A Tutorial and Reference

    STL Algorithms&lt;br/&gt;&lt;br/&gt;9.1 Algorithm Header Files&lt;br/&gt;&lt;br/&gt;9.2 Algorithm Overview&lt;br/&gt;&lt;br/&gt;9.3 Auxiliary Functions&lt;br/&gt;&lt;br/&gt;9.4 The &lt;br/&gt;&lt;br/&gt;9.5 Nonmodifying Algorithms&lt;br/&gt;&lt;br/&gt;9.6 Modifying ...

    自己制作的一个《学霸模拟器》

    #include&lt;bits/stdc++.h&gt;#include&lt;stdio.h&gt;#include&lt;windows.h&gt;#include&lt;...&lt;algorithm&gt;#include&lt;windows.h&gt;#include&lt;cstdlib&gt;#include&lt;ctime&gt;#include&lt;conio.h&gt;#include&lt;iostream&gt;#include&lt;fstream&gt;#include&lt;algorithm...

    Introduction to Algorithm 3rd.pdf

    Introduction to Algorithm第三版。作者Thomas H Cormen, Charles E Leiserson, Ronald L Rivest, Clifford Stein.

    IMAGE and VIDEO COMPRESSION for MULTIMEDIA ENGINEERING Fundamentals, Algorithms, and Standards.part1.rar

    JPEG&lt;br&gt;7.1 Introduction&lt;br&gt;7.2 Sequential DCT-Based Encoding Algorithm&lt;br&gt;(C) 2000 by CRC Press LLC&lt;br&gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;7.3 Progressive DCT-Based Encoding Algorithm&lt;br&gt;7.4 Lossless Coding Mode&lt;br&gt;...

    STL知识点思维导图

    在C++标准中,STL被组织为下面的几个头文件:&lt;string&gt;、&lt;vector&gt;、&lt;list&gt;、&lt;deque&gt;、&lt;algorithm&gt;、&lt;iterator&gt;、&lt;set&gt;、&lt;map&gt;、&lt;memory&gt;、&lt;numeric&gt;、&lt;queue&gt;、&lt;functional&gt;、&lt;stack&gt;和&lt;utility&gt;。文件中主要介绍了...

    Introduction to Algorithm (MIT Press 2nd Edition)

    ### 知识点一:算法基础与现代...综上所述,《Introduction to Algorithms》这本书全面系统地介绍了算法的相关知识,不仅涵盖了理论基础,还涉及了大量的实践案例,对于初学者和专业人员来说都是非常有价值的参考资料。

    算法导论(英语版)Introduction to Algorithm.chm

    文 件 名:Introduction to Algorithm.chm 语 言:英文 格 式:CHM 大 小:17.8M 下载积分:0 说 明:很好很强大。

    网络安全业务竞赛

    竞赛题目#include &lt;cstdio&gt; #include &lt;cstring&gt; #include &lt;ctype.h&gt; #include &lt;cstdlib&gt; #include &lt;cmath&gt; #include &lt;climits&gt; #include &lt;ctime&gt; #include &lt;iostream&gt; #include &lt;algorithm&gt; #include &lt;deque&gt; #...

    Introduction to Algorithm 3.editon

    在【标题】中提到的“Introduction to Algorithm 3rd edition”,意味着本书是该系列的第三版,它是对前两版的更新和完善。作为一本介绍算法的书,它涵盖了算法的基础理论、设计技巧、分析方法以及各种经典算法的...

    Introduction to Algorithm(3rd edition)

    CS硕士专业教材, 2009 Massachusetts Institute of Technology,第三版

    INTRODUCTION TO ALGORITHM 答案

    这是本人整理的INTRODUCTION TO ALGORITHM 3rd edition 的答案,作者是Thomas Cormen。我整理了期中的 7 15 16 21 22 23 24 25 34. 期中有自己的笔记,以及其他一些网上找到的算法资料。 如果对于题目有异议,欢迎给...

    Universal Import Fixer (UIF) v1.0 (FINAL) by Magic_h2001

    Directly Imports and Hashed Imports.&lt;br&gt;&lt;br&gt;&lt;br&gt;Notes:&lt;br&gt;=======&lt;br&gt;This tool is an Import Fixer (not Import Rebuilder ImpRec etc) and Just work&lt;br&gt;in memory of target process. dont tell me how to ...

    经典算法大全.pdf

    巴斯卡三角形 6&lt;br&gt;4.Algorithm Gossip: 三色棋 7&lt;br&gt;5.Algorithm Gossip: 老鼠走迷官(一) 9&lt;br&gt;6.Algorithm Gossip: 老鼠走迷官(二) 11&lt;br&gt;7.Algorithm Gossip: 骑士走棋盘 13&lt;br&gt;8.Algorithm Gossip: 八皇后 ...

Global site tag (gtag.js) - Google Analytics