O'Reilly - Learning Data Structures and Algorithms/Chapter 1 - Introduction/01.Introduction And Course Overview.FLV |
20.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 1 - Introduction/02.About The Author.FLV |
7.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 1 - Introduction/03.How To Access Your Working Files.FLV |
2.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/01.Recursion Basics.FLV |
22.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/02.Fibonacci Numbers.FLV |
30.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/03.Tower Of Hanoi.FLV |
25 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/04.Koch Curves.FLV |
22.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/05.Hilbert Curves.FLV |
31.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/06.Gaskets.FLV |
35.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/07.Removing Tail Recursion.FLV |
18.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/08.Removing Recursion With Stacks.FLV |
27.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/09.Fixing Fibonacci.FLV |
45.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/10.Selections.FLV |
22.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 10 - Recursion/11.Permutations.FLV |
23.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 11 - Backtracking Algorithms/01.Backtracking.FLV |
33 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 11 - Backtracking Algorithms/02.The Eight Queens Problem - Part 1.FLV |
33.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 11 - Backtracking Algorithms/03.The Eight Queens Problem - Part 2.FLV |
27.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 11 - Backtracking Algorithms/04.The Eight Queens Problem - Part 3.FLV |
16.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 11 - Backtracking Algorithms/05.The Knights Tour.FLV |
22.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/01.Tree Terms.FLV |
13.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/02.Binary Tree Properties.FLV |
16 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/03.Traversals - Preorder.FLV |
8.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/04.Traversals - Postorder.FLV |
6.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/05.Traversals - Inorder.FLV |
6.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/06.Traversals - Breadth-First.FLV |
6.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/07.Building Sorted Trees.FLV |
9.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 12 - Trees/08.Editing Sorted Trees.FLV |
11.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 13 - Balanced Trees/01.Why Do You Need Balanced Trees?.FLV |
8.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 13 - Balanced Trees/02.B-Trees - B-Tree Basics.FLV |
15.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 13 - Balanced Trees/03.B-Trees - Adding Items.FLV |
14 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 13 - Balanced Trees/04.B-Trees - Removing Items.FLV |
11.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 14 - Decision Trees/01.Definition.FLV |
22.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 14 - Decision Trees/02.Exhaustive Search.FLV |
14.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 14 - Decision Trees/03.Branch And Bound.FLV |
23.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 14 - Decision Trees/04.Heuristics.FLV |
17.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/01.Network Terminology.FLV |
10.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/02.Network Classes.FLV |
10.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/03.Depth-First Traversal.FLV |
12.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/04.Breadth-First Traversal.FLV |
8.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/05.Spanning Trees - Part 1.FLV |
10.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/06.Spanning Trees - Part 2.FLV |
9.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/07.Shortest Paths - Part 1.FLV |
24.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 15 - Network Algorithms/08.Shortest Paths - Part 2.FLV |
30 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 16 - Wrap-Up/01.Wrap-Up.FLV |
5.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 2 - Complexity Theory/01.Complexity Theory.FLV |
17.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 2 - Complexity Theory/02.Big O Notation.FLV |
46.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 2 - Complexity Theory/03.Typical Runtime Functions.FLV |
23.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 2 - Complexity Theory/04.Comparing Runtime Functions.FLV |
39.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 2 - Complexity Theory/05.P And NP.FLV |
19.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/01.Random Numbers.FLV |
18.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/02.Linear Congruential Generators.FLV |
33.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/03.Randomizing Arrays - Part 1.FLV |
17.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/04.Randomizing Arrays - Part 2.FLV |
24.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/05.GCD.FLV |
19.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/06.LCM.FLV |
14.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/07.Prime Factorization - Part 1.FLV |
23.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/08.Prime Factorization - Part 2.FLV |
11.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/09.Finding Primes.FLV |
28.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/10.Testing Primality.FLV |
23.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 3 - Numerical Algorithms/11.Numerical Integration.FLV |
35.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 4 - Linked Lists/01.Singly Linked Lists - Part 1.FLV |
28.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 4 - Linked Lists/02.Singly Linked Lists - Part 2.FLV |
9.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 4 - Linked Lists/03.Sorted Linked Lists.FLV |
20.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 4 - Linked Lists/04.Sorting With Linked Lists.FLV |
24.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 4 - Linked Lists/05.Doubly Linked Lists.FLV |
18.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 5 - Arrays/01.One-Dimensional Arrays.FLV |
29.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 5 - Arrays/02.Triangular Arrays - Part 1.FLV |
28.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 5 - Arrays/03.Triangular Arrays - Part 2.FLV |
18.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 5 - Arrays/04.Sparse Arrays - Part 1.FLV |
35.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 5 - Arrays/05.Sparse Arrays - Part 2.FLV |
20.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 6 - Stacks And Queues/01.Stacks.FLV |
8.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 6 - Stacks And Queues/02.Stack Algorithms.FLV |
18.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 6 - Stacks And Queues/03.Double Stacks.FLV |
7.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 6 - Stacks And Queues/04.Queues.FLV |
31.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/01.Sorting Algorithms.FLV |
20.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/02.Insertionsort.FLV |
27.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/03.Selectionsort.FLV |
17.6 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/04.Quicksort - Part 1.FLV |
23.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/05.Quicksort - Part 2.FLV |
40.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/06.Heapsort - Part 1.FLV |
23.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/07.Heapsort - Part 2.FLV |
23.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/08.Heapsort - Part 3.FLV |
25.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/09.Mergesort - Part 1.FLV |
16.7 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/10.Mergesort - Part 2.FLV |
20.8 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/11.Bubblesort - Part 1.FLV |
21.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/12.Bubblesort - Part 2.FLV |
16.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/13.Countingsort - Part 1.FLV |
25.3 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/14.Countingsort - Part 2.FLV |
20.4 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 7 - Sorting/15.Sorting Summary.FLV |
21.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 8 - Searching/01.Linear Search.FLV |
12.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 8 - Searching/02.Binary Search.FLV |
30.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 8 - Searching/03.Interpolation Search.FLV |
34.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 9 - Hash Tables/01.Hash Tables.FLV |
26.2 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 9 - Hash Tables/02.Chaining.FLV |
29.5 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 9 - Hash Tables/03.Open Addressing - Basics.FLV |
38.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 9 - Hash Tables/04.Open Addressing - Linear Probing.FLV |
17.1 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 9 - Hash Tables/05.Open Addressing - Quadratic Probing.FLV |
10.9 MB |
O'Reilly - Learning Data Structures and Algorithms/Chapter 9 - Hash Tables/06.Open Addressing - Double Hashing.FLV |
19.8 MB |
O'Reilly - Learning Data Structures and Algorithms/TOC.txt |
3 KB |