Showing 341-360 of 415 items.

mp4 Algorithms Design and Analysis - Stanford

Hot:4  Size:1.34 GB  Created:2017-09-15 15:40:08  File Count:83

1 Introduction/1 - 1 - Why Study Algorithms - (4 min).mp4  7.98 MB
1 Introduction/1 - 2 - Integer Multiplication (9 min).mp4  16.86 MB
1 Introduction/1 - 3 - Karatsuba Multiplication (13 min).mp4  21.66 MB
1 Introduction/1 - 4 - About the Course (17 min).mp4  17.37 MB
1 Introduction/1 - 5 - Merge Sort- Motivation and Example (9 min).mp4  10.68 MB

mp4 Coursera Algorithms Part I and II

Hot:49  Size:2.64 GB  Created:2017-09-15 04:18:37  File Count:402

Coursera Algorithms Part 1/11_Week_5-__Geometric_Applications_of_BSTs/03_Kd-Trees.mp4  53.76 MB
Coursera Algorithms Part 1/10_Week_5-__Balanced_Search_Trees/02_Red-Black_BSTs.mp4  52.69 MB
Coursera Algorithms Part 2/09_Week_4-__Substring_Search/03_Knuth-Morris-Pratt.mp4  45.04 MB
Coursera Algorithms Part 2/04_Week_2-__Minimum_Spanning_Trees/05_Prims_Algorithm.mp4  42.28 MB
Coursera Algorithms Part 2/08_Week_4-__Tries/01_R-way_Tries.mp4  40.89 MB

wmv Pluralsight - Algorithms and Data Structures - Part 1

Hot:19  Size:328.62 MB  Created:2017-09-14 05:03:37  File Count:75

01. Algorithms and Data Structures 1 - Linked List/10. Code - Doubly Linked List.wmv  22 MB
01. Algorithms and Data Structures 1 - Linked List/08. Code - Singly Linked List.wmv  20.06 MB
01. Algorithms and Data Structures 1 - Linked List/03. Code - Node Chains.wmv  8.84 MB
01. Algorithms and Data Structures 1 - Linked List/05. Add Items.wmv  5.75 MB
01. Algorithms and Data Structures 1 - Linked List/11. Modern Implementations.wmv  4.21 MB

mp4 Data Structures and Algorithms in JavaScript

Hot:995  Size:4.39 GB  Created:2017-09-13 19:22:21  File Count:118

9. Binary Trees/5. BST Review and Scping Discussion.mp4  81.23 MB
5. Elementary Sorting/1. Bubble Sort.mp4  78.64 MB
9. Binary Trees/17. Reviewing the Min:Max Pseudocode Part 2.mp4  76.67 MB
11. Depth and Breadth-First Search/11. Breadth-First Search Stack Trace.mp4  73 MB
1. Object Oriented JavaScript/4. Pseudoclassical JavaScript.mp4  72.94 MB

mp4 Algorithms.Design.and.Analysis-Part.2-Stanford-Coursera

Hot:71  Size:1.54 GB  Created:2017-09-13 10:56:05  File Count:104

1 Two Motivating Applications/1 - 1 - Application- Internet Routing (11 min).mp4  13.85 MB
1 Two Motivating Applications/1 - 2 - Application- Sequence Alignment (9 min).mp4  11.1 MB
10 Introduction to Dynamic Programming/10 - 1 - Introduction- Weighted Independent Sets in Path Graphs (8 min).mp4  11.26 MB
10 Introduction to Dynamic Programming/10 - 2 - WIS in Path Graphs- Optimal Substructure (9 min).mp4  13.52 MB
10 Introduction to Dynamic Programming/10 - 3 - WIS in Path Graphs- A Linear-Time Algorithm (10 min).mp4  14.54 MB

mp4 newthinktank.com - Java Algorithms [HQ] ® vampiri6ka

Hot:214  Size:1.84 GB  Created:2017-09-10 07:18:18  File Count:18

05 Linked Lists 2.mp4  145.67 MB
09 Big O Notations.mp4  144.49 MB
12 Hash Tables 3.mp4  141.69 MB
08 Quick Sort.mp4  141.21 MB
16 Solving Programming Problems 2.mp4  132.9 MB

mp4 Udemy - Python for Data Structures, Algorithms, and Interviews

Hot:208  Size:2.63 GB  Created:2017-09-09 16:15:13  File Count:236

01 Course Setup/001 Course Introduction.mp4  8.54 MB
01 Course Setup/002 Full Course Curriculum Overview.mp4  8.11 MB
01 Course Setup/003 How to get help for the Course.html  3.26 KB
01 Course Setup/004 Course FAQ.html  1.96 KB
02 Company and Job Types/001 Company Types Overview.mp4  10.21 MB

mp4 [FreeTutorials.us] data-structures-and-algorithms-in-csharp-2

Hot:108  Size:1.05 GB  Created:2017-09-09 05:42:04  File Count:70

00 None/001 Introduction.mp4  2.6 MB
01 AVL Tree/002 Introduction.mp4  12.37 MB
01 AVL Tree/003 Rotations.mp4  12.84 MB
01 AVL Tree/004 Insertion in AVL Tree - 1.mp4  24.19 MB
01 AVL Tree/005 Insertion in AVL Tree - 2.mp4  32.6 MB

mkv newthinktank.com - Java Algorithms [LQ] ® vampiri6ka

Hot:171  Size:251.93 MB  Created:2017-09-08 04:32:27  File Count:18

11 Hash Tables 2.mkv  18.99 MB
02 Sorting.mkv  18.46 MB
12 Hash Tables 3.mkv  17.88 MB
05 Linked Lists 2.mkv  17.61 MB
09 Big O Notations.mkv  17.52 MB

mp4 From 0 to 1 Data Structures & Algorithms in Java

Hot:379  Size:3.27 GB  Created:2017-09-05 14:29:33  File Count:48

13 Graphs/002 Types Of Graphs.mp4  25.23 MB
13 Graphs/004 Representing A Graph In Code.mp4  39.92 MB
06 Sorting and Searching/002 Selection Sort.mp4  44.72 MB
10 Heaps/004 The Binary Heap - Making It Real With Code.mp4  45.93 MB
05 Stacks And Queues/001 Meet The Stack - Simple But Powerful.mp4  47.45 MB

flv [O'Reilly] Learning Data Structures and Algorithms

Hot:351  Size:2.01 GB  Created:2017-09-04 01:32:00  File Count:99

Chapter 2 - Complexity Theory/02.Big O Notation.FLV  46.46 MB
Chapter 10 - Recursion/09.Fixing Fibonacci.FLV  45.44 MB
Chapter 7 - Sorting/05.Quicksort - Part 2.FLV  40.41 MB
Chapter 2 - Complexity Theory/04.Comparing Runtime Functions.FLV  39.72 MB
Chapter 9 - Hash Tables/03.Open Addressing - Basics.FLV  38.14 MB

wmv [pluralsight-training.net] Algorithms and Data Structures - Part 2

Hot:607  Size:223.13 MB  Created:2017-09-03 21:41:15  File Count:50

1. Sorting Algorithms/1. Introduction.wmv  1.36 MB
1. Sorting Algorithms/10. Summary.wmv  2.91 MB
1. Sorting Algorithms/2. Sorting Overview.wmv  4.43 MB
1. Sorting Algorithms/3. Bubble Sort.wmv  9.23 MB
1. Sorting Algorithms/4. Insertion Sort.wmv  7.64 MB

mp4 [Coursera] Algorithms II

Hot:595  Size:1.45 GB  Created:2017-09-03 14:13:01  File Count:133

9 - 3 - Knuth-Morris-Pratt (33_14).mp4  45.04 MB
4 - 5 - Prim's Algorithm (33_15).mp4  42.28 MB
8 - 1 - R-way Tries (32_19).mp4  40.89 MB
11 - 4 - LZW Compression (27_33).mp4  37.15 MB
2 - 3 - Depth-First Search (26_22).mp4  36.97 MB

mp4 Udemy - Algorithms in C - Concepts, Examples, Code + Time Complexity

Hot:30  Size:987.78 MB  Created:2017-09-02 22:52:24  File Count:58

Section 7 - Greedy Technique/17. Floyd's Algorithm.mp4  71.44 MB
Section 4 - Decrease and Conquer Approach/9. Binary Search Algorithm.mp4  53.54 MB
Section 7 - Greedy Technique/18. Prim's Algorithm.mp4  50 MB
Section 7 - Greedy Technique/16. Warshall's Algorithm.mp4  48.05 MB
Section 5 - Transform and Conquer Approach/14. Heap Construction [bottom-up approach].mp4  45.07 MB

mp4 MIT OpenCourseWare_Introduction_to_Algorithms_(Fall_2011)

Hot:325  Size:2.57 GB  Created:2017-09-02 08:41:37  File Count:27

Lecture 10: Open Addressing, Cryptographic Hashing.mp4  109.62 MB
Lecture 11: Integer Arithmetic, Karatsuba Multiplication.mp4  102.02 MB
Lecture 12: Square Roots, Newton's Method.mp4  110.38 MB
Lecture 13: Breadth-First Search (BFS).mp4  109.36 MB
Lecture 14: Depth-First Search (DFS), Topological Sort.mp4  9.28 MB

flv CSE Ebook- Algorithms

Hot:5  Size:5.28 GB  Created:2017-09-02 03:31:47  File Count:464

Algorithm/ALGORITHM VIDEO LECTURES/mit6046jf05_demaine_lec18_01.flv  213.28 MB
Algorithm/ALGORITHM VIDEO LECTURES/Lecture 18 - Shortest Path II.flv  213.28 MB
Algorithm/ALGORITHM VIDEO LECTURES/Lecture 19- Shortest Path III.flv  209.85 MB
Algorithm/ALGORITHM VIDEO LECTURES/mit6046jf05_demaine_lec19_01.flv  209.85 MB
Algorithm/ALGORITHM VIDEO LECTURES/Lecture 12- Skip Lists.flv  185.54 MB

mp4 [Coursera] Algorithms I

Hot:904  Size:2.19 GB  Created:2017-09-01 15:49:08  File Count:184

31 - 1 - Kd-Trees (29_07).mp4  53.76 MB
11 - 3 - Kd-Trees (29_07).mp4  53.76 MB
15 - 1 - Red-Black BSTs (35_30).mp4  52.69 MB
10 - 2 - Red-Black BSTs (35_30).mp4  52.69 MB
40 - 1 - Event-Driven Simulation (22_38) (optional).mp4  38.57 MB