Tutorials
Introduction to Algorithms - by MIT 2009
Introduction to Algorithms - by MIT 2009 Free & Full Download
Introduction to Algorithms - by MIT 2009
English | MP4 | XVID 290 kbps 15 fps | 320 x 240 | AAC 128 kbps 22 KHz Stereo | 3.68 GB
Genre: elearning
This course teaches techniques for the design and analysis of efficient algorithms, emphasizing methods useful in practice. Topics covered include: sorting; search trees, heaps, and hashing; divide-and-conquer; dynamic programming; amortized analysis; graph algorithms; shortest paths; network flow; computational geometry; number-theoretic algorithms; polynomial and matrix calculations; caching; and parallel computing.
01 _ Administrivia/Introduction/Analysis of Algorithms, Insertion Sort, Mergesort
02 _ Asymptotic Notation/Recurrences/Substitution, Master Method
03 _ Divide-and-Conquer: Strassen, Fibonacci, Polynomial Multiplication
04 _ Quicksort, Randomized Algorithms
05 _ Linear-time Sorting: Lower Bounds, Counting Sort, Radix Sort
06 _ Order Statistics, Median
07 _ Hashing, Hash Functions
08 _ Universal Hashing, Perfect Hashing
09 _ Relation of BSTs to Quicksort/Analysis of Random BST
10 _ Red-black Trees, Rotations, Insertions, Deletions
11 _ Augmenting Data Structures, Dynamic Order Statistics, Interval Trees
12 _ Skip Lists
13 _ Amortized Algorithms, Table Doubling, Potential Method
14 _ Competitive Analysis: Self-organizing Lists
15 _ Dynamic Programming, Longest Common Subsequence
16 _ Greedy Algorithms, Minimum Spanning Trees
17 _ Shortest Paths I: Properties, Dijkstra's Algorithm, Breadth-first Search
18 _ Shortest Paths II: Bellman-Ford, Linear Programming, Difference Constraints
19 _ Shortest Paths III: All-pairs Shortest Paths, Matrix Multiplication, Floyd-Warshall, Johnson
20 _ Advanced Topics
21 _ Advanced Topics (cont.)
22 _ Advanced Topics (cont.)
23 _ Advanced Topics (cont.)
http://www.filesonic.com/file/1010161694/introduction_to_algorithms_mit_2009.part01.rar
http://www.filesonic.com/file/1010169174/introduction_to_algorithms_mit_2009.part02.rar
http://www.filesonic.com/file/1010178354/introduction_to_algorithms_mit_2009.part03.rar
http://www.filesonic.com/file/1010182064/introduction_to_algorithms_mit_2009.part04.rar
http://www.filesonic.com/file/1011556334/introduction_to_algorithms_mit_2009.part05.rar
http://www.filesonic.com/file/1010218264/introduction_to_algorithms_mit_2009.part06.rar
http://www.filesonic.com/file/1010206024/introduction_to_algorithms_mit_2009.part07.rar
http://www.filesonic.com/file/1010216684/introduction_to_algorithms_mit_2009.part08.rar
http://www.filesonic.com/file/1010196284/introduction_to_algorithms_mit_2009.part09.rar
http://www.wupload.com/file/865783/introduction_to_algorithms_mit_2009.part01.rar
http://www.wupload.com/file/864694/introduction_to_algorithms_mit_2009.part02.rar
http://www.wupload.com/file/864815/introduction_to_algorithms_mit_2009.part03.rar
http://www.wupload.com/file/865385/introduction_to_algorithms_mit_2009.part04.rar
http://www.wupload.com/file/865719/introduction_to_algorithms_mit_2009.part05.rar
http://www.wupload.com/file/867673/introduction_to_algorithms_mit_2009.part06.rar
http://www.wupload.com/file/868312/introduction_to_algorithms_mit_2009.part07.rar
http://www.wupload.com/file/869191/introduction_to_algorithms_mit_2009.part08.rar
http://www.wupload.com/file/842043/introduction_to_algorithms_mit_2009.part09.rar
http://www.uploadstation.com/file/sgZhEMf/introduction_to_algorithms_mit_2009.part01.rar
http://www.uploadstation.com/file/bB4SM2c/introduction_to_algorithms_mit_2009.part02.rar
http://www.uploadstation.com/file/Mdp4GmK/introduction_to_algorithms_mit_2009.part03.rar
http://www.uploadstation.com/file/4ZkKCV9/introduction_to_algorithms_mit_2009.part04.rar
http://www.uploadstation.com/file/BeCfynX/introduction_to_algorithms_mit_2009.part05.rar
http://www.uploadstation.com/file/PPXfVMc/introduction_to_algorithms_mit_2009.part06.rar
http://www.uploadstation.com/file/MrU3vfq/introduction_to_algorithms_mit_2009.part07.rar
http://www.uploadstation.com/file/XZqh3SM/introduction_to_algorithms_mit_2009.part08.rar
http://www.uploadstation.com/file/g6yFQxg/introduction_to_algorithms_mit_2009.part09.rar
http://www.fileserve.com/file/tVkQ4Fg/introduction_to_algorithms_mit_2009.part01.rar
http://www.fileserve.com/file/hUxEVRk/introduction_to_algorithms_mit_2009.part02.rar
http://www.fileserve.com/file/kay43Zq/introduction_to_algorithms_mit_2009.part03.rar
http://www.fileserve.com/file/aZPA7sV/introduction_to_algorithms_mit_2009.part04.rar
http://www.fileserve.com/file/zeWZZG5/introduction_to_algorithms_mit_2009.part05.rar
http://www.fileserve.com/file/cdcrW7y/introduction_to_algorithms_mit_2009.part06.rar
http://www.fileserve.com/file/Dpb3zdJ/introduction_to_algorithms_mit_2009.part07.rar
http://www.fileserve.com/file/fF3E4Sb/introduction_to_algorithms_mit_2009.part08.rar
http://www.fileserve.com/file/bev9uvX/introduction_to_algorithms_mit_2009.part09.rar
02 _ Asymptotic Notation/Recurrences/Substitution, Master Method
03 _ Divide-and-Conquer: Strassen, Fibonacci, Polynomial Multiplication
04 _ Quicksort, Randomized Algorithms
05 _ Linear-time Sorting: Lower Bounds, Counting Sort, Radix Sort
06 _ Order Statistics, Median
07 _ Hashing, Hash Functions
08 _ Universal Hashing, Perfect Hashing
09 _ Relation of BSTs to Quicksort/Analysis of Random BST
10 _ Red-black Trees, Rotations, Insertions, Deletions
11 _ Augmenting Data Structures, Dynamic Order Statistics, Interval Trees
12 _ Skip Lists
13 _ Amortized Algorithms, Table Doubling, Potential Method
14 _ Competitive Analysis: Self-organizing Lists
15 _ Dynamic Programming, Longest Common Subsequence
16 _ Greedy Algorithms, Minimum Spanning Trees
17 _ Shortest Paths I: Properties, Dijkstra's Algorithm, Breadth-first Search
18 _ Shortest Paths II: Bellman-Ford, Linear Programming, Difference Constraints
19 _ Shortest Paths III: All-pairs Shortest Paths, Matrix Multiplication, Floyd-Warshall, Johnson
20 _ Advanced Topics
21 _ Advanced Topics (cont.)
22 _ Advanced Topics (cont.)
23 _ Advanced Topics (cont.)
ScreenShots:


Download link:
http://www.filesonic.com/file/1010161694/introduction_to_algorithms_mit_2009.part01.rar
http://www.filesonic.com/file/1010169174/introduction_to_algorithms_mit_2009.part02.rar
http://www.filesonic.com/file/1010178354/introduction_to_algorithms_mit_2009.part03.rar
http://www.filesonic.com/file/1010182064/introduction_to_algorithms_mit_2009.part04.rar
http://www.filesonic.com/file/1011556334/introduction_to_algorithms_mit_2009.part05.rar
http://www.filesonic.com/file/1010218264/introduction_to_algorithms_mit_2009.part06.rar
http://www.filesonic.com/file/1010206024/introduction_to_algorithms_mit_2009.part07.rar
http://www.filesonic.com/file/1010216684/introduction_to_algorithms_mit_2009.part08.rar
http://www.filesonic.com/file/1010196284/introduction_to_algorithms_mit_2009.part09.rar
http://www.wupload.com/file/865783/introduction_to_algorithms_mit_2009.part01.rar
http://www.wupload.com/file/864694/introduction_to_algorithms_mit_2009.part02.rar
http://www.wupload.com/file/864815/introduction_to_algorithms_mit_2009.part03.rar
http://www.wupload.com/file/865385/introduction_to_algorithms_mit_2009.part04.rar
http://www.wupload.com/file/865719/introduction_to_algorithms_mit_2009.part05.rar
http://www.wupload.com/file/867673/introduction_to_algorithms_mit_2009.part06.rar
http://www.wupload.com/file/868312/introduction_to_algorithms_mit_2009.part07.rar
http://www.wupload.com/file/869191/introduction_to_algorithms_mit_2009.part08.rar
http://www.wupload.com/file/842043/introduction_to_algorithms_mit_2009.part09.rar
http://www.uploadstation.com/file/sgZhEMf/introduction_to_algorithms_mit_2009.part01.rar
http://www.uploadstation.com/file/bB4SM2c/introduction_to_algorithms_mit_2009.part02.rar
http://www.uploadstation.com/file/Mdp4GmK/introduction_to_algorithms_mit_2009.part03.rar
http://www.uploadstation.com/file/4ZkKCV9/introduction_to_algorithms_mit_2009.part04.rar
http://www.uploadstation.com/file/BeCfynX/introduction_to_algorithms_mit_2009.part05.rar
http://www.uploadstation.com/file/PPXfVMc/introduction_to_algorithms_mit_2009.part06.rar
http://www.uploadstation.com/file/MrU3vfq/introduction_to_algorithms_mit_2009.part07.rar
http://www.uploadstation.com/file/XZqh3SM/introduction_to_algorithms_mit_2009.part08.rar
http://www.uploadstation.com/file/g6yFQxg/introduction_to_algorithms_mit_2009.part09.rar
http://www.fileserve.com/file/tVkQ4Fg/introduction_to_algorithms_mit_2009.part01.rar
http://www.fileserve.com/file/hUxEVRk/introduction_to_algorithms_mit_2009.part02.rar
http://www.fileserve.com/file/kay43Zq/introduction_to_algorithms_mit_2009.part03.rar
http://www.fileserve.com/file/aZPA7sV/introduction_to_algorithms_mit_2009.part04.rar
http://www.fileserve.com/file/zeWZZG5/introduction_to_algorithms_mit_2009.part05.rar
http://www.fileserve.com/file/cdcrW7y/introduction_to_algorithms_mit_2009.part06.rar
http://www.fileserve.com/file/Dpb3zdJ/introduction_to_algorithms_mit_2009.part07.rar
http://www.fileserve.com/file/fF3E4Sb/introduction_to_algorithms_mit_2009.part08.rar
http://www.fileserve.com/file/bev9uvX/introduction_to_algorithms_mit_2009.part09.rar
Download
Share This Post :
Information
Members of Guest cannot leave comments.
