1. Урок 1. 00:01:36
    Introduction
  2. Урок 2. 00:04:21
    Data Structures and Algorithms
  3. Урок 3. 00:03:08
    Measuring Running time of Algorithms
  4. Урок 4. 00:03:15
    Asymptotic Analysis
  5. Урок 5. 00:03:41
    Big O Notation
  6. Урок 6. 00:04:25
    Finding Big O
  7. Урок 7. 00:01:30
    Tight and Loose Upper Bounds
  8. Урок 8. 00:02:06
    Big O analysis of Algorithms
  9. Урок 9. 00:03:27
    Finding Time Complexity
  10. Урок 10. 00:07:29
    Big O analysis of Algorithms: Examples
  11. Урок 11. 00:04:19
    Worst case, Best case and Average Case Analysis
  12. Урок 12. 00:03:04
    Common Complexities
  13. Урок 13. 00:05:06
    Abstract Data Types
  14. Урок 14. 00:11:36
    Introduction
  15. Урок 15. 00:07:36
    Traversing and Searching a Single Linked List
  16. Урок 16. 00:06:25
    Finding references in a single linked list
  17. Урок 17. 00:05:49
    Insertion in a Single Linked List
  18. Урок 18. 00:07:37
    Insertion in a Single Linked List ..contd
  19. Урок 19. 00:04:23
    Deletion in a Single Linked List
  20. Урок 20. 00:02:50
    Reversing a Single Linked List
  21. Урок 21. 00:09:23
    Sorting a Linked list using Bubble Sort
  22. Урок 22. 00:13:20
    Merging of sorted Linked lists
  23. Урок 23. 00:05:09
    Sorting a Linked list using Merge Sort
  24. Урок 24. 00:12:28
    Finding and Removing a cycle in a Linked list
  25. Урок 25. 00:03:31
    Doubly linked list
  26. Урок 26. 00:07:33
    Insertion in a doubly linked List
  27. Урок 27. 00:06:22
    Deletion from doubly linked list
  28. Урок 28. 00:03:31
    Reversing a doubly linked list
  29. Урок 29. 00:03:11
    Circular linked list
  30. Урок 30. 00:04:40
    Insertion in a circular Linked List
  31. Урок 31. 00:04:15
    Deletion in a circular linked list
  32. Урок 32. 00:04:17
    Concatenation
  33. Урок 33. 00:05:04
    Linked List with Header Node
  34. Урок 34. 00:05:58
    Sorted linked list
  35. Урок 35. 00:02:10
    Introduction
  36. Урок 36. 00:01:30
    Stack
  37. Урок 37. 00:12:14
    Array Implementation of Stack
  38. Урок 38. 00:05:42
    Linked List Implementation of Stack
  39. Урок 39. 00:01:14
    Queue
  40. Урок 40. 00:09:52
    Array Implementation of Queue
  41. Урок 41. 00:15:15
    Circular Queue
  42. Урок 42. 00:05:16
    Linked List implementation of Queue
  43. Урок 43. 00:03:57
    Queue through Circular Linked List
  44. Урок 44. 00:08:57
    Deque
  45. Урок 45. 00:03:09
    Priority Queue
  46. Урок 46. 00:06:15
    Checking validity of an expression containing nested parentheses
  47. Урок 47. 00:03:23
    Evaluating Arithmetc Expressions
  48. Урок 48. 00:05:57
    Polish Notations
  49. Урок 49. 00:11:38
    Converting infix expression to postfix expression
  50. Урок 50. 00:03:26
    Evaluation of postfix expression
  51. Урок 51. 00:06:02
    Intoduction to trees
  52. Урок 52. 00:06:50
    Binary Tree
  53. Урок 53. 00:05:16
    Strictly Binary Tree and Extended Binary Tree
  54. Урок 54. 00:04:59
    Full binary tree and Complete Binary Tree
  55. Урок 55. 00:03:36
    Array Representation of Binary trees
  56. Урок 56. 00:01:26
    Linked Representation of Binary Trees
  57. Урок 57. 00:02:14
    Binary Tree in Python
  58. Урок 58. 00:02:07
    Traversal in Binary Tree
  59. Урок 59. 00:05:41
    Preorder Traversal
  60. Урок 60. 00:05:37
    Inorder Traversal
  61. Урок 61. 00:05:03
    Postorder Traversal
  62. Урок 62. 00:03:31
    Level order traversal
  63. Урок 63. 00:03:03
    Finding height of a Binary tree
  64. Урок 64. 00:01:36
    Constructing Binary tree from Traversals
  65. Урок 65. 00:04:24
    Constructing binary tree from inorder and preorder traversals
  66. Урок 66. 00:03:50
    Constructing binary tree from inorder and postorder traversals
  67. Урок 67. 00:04:53
    Introduction
  68. Урок 68. 00:01:56
    Traversal in Binary Search Tree
  69. Урок 69. 00:07:50
    Searching in a Binary Search Tree
  70. Урок 70. 00:03:21
    Nodes with Minimum and Maximum key
  71. Урок 71. 00:08:57
    Insertion in a Binary Search Tree
  72. Урок 72. 00:13:56
    Deletion in a Binary Search Tree
  73. Урок 73. 00:02:41
    Introduction
  74. Урок 74. 00:02:13
    Heap Representation
  75. Урок 75. 00:07:18
    Insertion in Heap
  76. Урок 76. 00:08:18
    Deletion
  77. Урок 77. 00:04:35
    Building a Heap
  78. Урок 78. 00:01:07
    Heap Applications
  79. Урок 79. 00:05:03
    Introduction
  80. Урок 80. 00:02:26
    Sort Stability
  81. Урок 81. 00:01:50
    Selection Sort
  82. Урок 82. 00:01:19
    Selection Sort : Example
  83. Урок 83. 00:03:26
    Selection Sort in Python
  84. Урок 84. 00:02:22
    Analysis of Selection Sort
  85. Урок 85. 00:02:25
    Bubble Sort
  86. Урок 86. 00:02:12
    Bubble Sort : Example
  87. Урок 87. 00:04:57
    Bubble Sort in Python
  88. Урок 88. 00:02:18
    Improvement in Bubble Sort
  89. Урок 89. 00:02:05
    Analysis of Bubble Sort
  90. Урок 90. 00:02:38
    Insertion Sort
  91. Урок 91. 00:02:23
    Insertion Sort : Example
  92. Урок 92. 00:03:44
    Insertion Sort in Python
  93. Урок 93. 00:04:49
    Analysis of Insertion sort
  94. Урок 94. 00:02:25
    Shell Sort
  95. Урок 95. 00:02:08
    Shell Sort : Example
  96. Урок 96. 00:03:42
    Shell Sort in Python
  97. Урок 97. 00:03:31
    Analysis of Shell Sort
  98. Урок 98. 00:07:00
    Merging
  99. Урок 99. 00:02:30
    Recursive Merge Sort
  100. Урок 100. 00:03:54
    Recursive Merge Sort in Python
  101. Урок 101. 00:00:37
    Analysis of Merge Sort
  102. Урок 102. 00:01:32
    Iterative Merge Sort
  103. Урок 103. 00:03:19
    Iterative Merge Sort in Python
  104. Урок 104. 00:06:57
    Quick Sort
  105. Урок 105. 00:07:25
    Quick Sort in Python
  106. Урок 106. 00:03:01
    Analysis of Quick Sort
  107. Урок 107. 00:03:06
    Binary tree sort
  108. Урок 108. 00:01:05
    Binary Tree Sort in Python
  109. Урок 109. 00:01:15
    Analysis of Binary Tree Sort
  110. Урок 110. 00:07:03
    Heap Sort
  111. Урок 111. 00:02:03
    Heap Sort : Python Implementation and Analysis
  112. Урок 112. 00:04:18
    Radix Sort
  113. Урок 113. 00:06:12
    Radix Sort : Implementation and Analysis
  114. Урок 114. 00:04:54
    Linear Search
  115. Урок 115. 00:02:47
    Linear Search in Sorted List
  116. Урок 116. 00:06:06
    Binary Search
  117. Урок 117. 00:13:08
    Implementation of Binary Search
  118. Урок 118. 00:02:56
    Analysis of Binary Search
  119. Урок 119. 00:04:18
    Direct Addressing
  120. Урок 120. 00:06:28
    Hashing
  121. Урок 121. 00:02:11
    Collisions
  122. Урок 122. 00:09:15
    Hash Functions
  123. Урок 123. 00:10:49
    Open Addressing : Linear Probing
  124. Урок 124. 00:07:41
    Open Addressing : Quadratic Probing
  125. Урок 125. 00:09:23
    Open Addressing : Double Hashing
  126. Урок 126. 00:06:16
    Deletion in Open Addressed Tables
  127. Урок 127. 00:08:45
    Implementation of Open Addressing
  128. Урок 128. 00:06:55
    Separate Chaining
  129. Урок 129. 00:03:54
    Implementation of Separate Chaining