Filename Size 001 Introduction/001 Introduction.mp4 2 MB 01 Introduction to Data Structures and Algorithms/002 Data Structures and Algorithms.mp4 7.4 MB 01 Introduction to Data Structures and Algorithms/003 Measuring Running time of Algorithms.mp4 5.3 MB 01 Introduction to Data Structures and Algorithms/004 Asymptotic Analysis.mp4 5.5 MB 01 Introduction to Data Structures and Algorithms/005 Big O Notation.mp4 6.4 MB 01 Introduction to Data Structures and Algorithms/006 Finding Big O.mp4 7.8 MB 01 Introduction to Data Structures and Algorithms/007 Tight and Loose Upper Bounds.mp4 2.5 MB 01 Introduction to Data Structures and Algorithms/008 Big O analysis of Algorithms.mp4 3.5 MB 01 Introduction to Data Structures and Algorithms/009 Finding Time Complexity.mp4 6.3 MB 01 Introduction to Data Structures and Algorithms/010 Big O analysis of Algorithms Examples.mp4 13.1 MB 01 Introduction to Data Structures and Algorithms/011 Worst case Best case and Average Case Analysis.mp4 7.7 MB 01 Introduction to Data Structures and Algorithms/012 Common Complexities.mp4 4.8 MB 01 Introduction to Data Structures and Algorithms/013 Abstract Data Types.mp4 9.6 MB 02 Linked List/014 Introduction.mp4 22.3 MB 02 Linked List/015 Traversing and Searching a Single Linked List.mp4 16.9 MB 02 Linked List/016 Finding references in a single linked list.mp4 11.1 MB 02 Linked List/017 Insertion in a Single Linked List.mp4 14.5 MB 02 Linked List/018 Insertion in a Single Linked List ..contd.mp4 15.9 MB 02 Linked List/019 Deletion in a Single Linked List.mp4 11.3 MB 02 Linked List/020 Reversing a Single Linked List.mp4 7.5 MB 02 Linked List/021 Sorting a Linked list using Bubble Sort.mp4 20 MB 02 Linked List/022 Merging of sorted Linked lists.mp4 25.8 MB 02 Linked List/023 Sorting a Linked list using Merge Sort.mp4 12.7 MB 02 Linked List/024 Finding and Removing a cycle in a Linked list.mp4 23.8 MB 02 Linked List/025 Doubly linked list.mp4 9.5 MB 02 Linked List/026 Insertion in a doubly linked List.mp4 18.4 MB 02 Linked List/027 Deletion from doubly linked list.mp4 16.3 MB 02 Linked List/028 Reversing a doubly linked list.mp4 8 MB 02 Linked List/029 Circular linked list.mp4 7.8 MB 02 Linked List/030 Insertion in a circular Linked List.mp4 11.6 MB 02 Linked List/031 Deletion in a circular linked list.mp4 9.7 MB 02 Linked List/032 Concatenation.mp4 9.5 MB 02 Linked List/033 Linked List with Header Node.mp4 14.5 MB 02 Linked List/034 Sorted linked list.mp4 12.5 MB 03 Stack and Queue/035 Introduction.mp4 4.1 MB 03 Stack and Queue/036 Stack.mp4 2.5 MB 03 Stack and Queue/037 Array Implementation of Stack.mp4 24.6 MB 03 Stack and Queue/038 Linked List Implementation of Stack.mp4 11.9 MB 03 Stack and Queue/039 Queue.mp4 2 MB 03 Stack and Queue/040 Array Implementation of Queue.mp4 20.9 MB 03 Stack and Queue/041 Circular Queue.mp4 30.7 MB 03 Stack and Queue/042 Linked List implementation of Queue.mp4 10.9 MB 03 Stack and Queue/043 Queue through Circular Linked List.mp4 9 MB 03 Stack and Queue/044 Deque.mp4 27 MB 03 Stack and Queue/045 Priority Queue.mp4 7.4 MB 03 Stack and Queue/046 Checking validity of an expression containing nested parentheses.mp4 12.5 MB 03 Stack and Queue/047 Evaluating Arithmetc Expressions.mp4 5.6 MB 03 Stack and Queue/048 Polish Notations.mp4 10.1 MB 03 Stack and Queue/049 Converting infix expression to postfix expression.mp4 22 MB 03 Stack and Queue/050 Evaluation of postfix expression.mp4 6.1 MB 04 Binary Tree/051 Intoduction to trees.mp4 11.6 MB 04 Binary Tree/052 Binary Tree.mp4 12.2 MB 04 Binary Tree/053 Strictly Binary Tree and Extended Binary Tree.mp4 9.7 MB 04 Binary Tree/054 Full binary tree and Complete Binary Tree.mp4 9.4 MB 04 Binary Tree/055 Array Representation of Binary trees.mp4 6.5 MB 04 Binary Tree/056 Linked Representation of Binary Trees.mp4 2.5 MB 04 Binary Tree/057 Binary Tree in Python.mp4 5.6 MB 04 Binary Tree/058 Traversal in Binary Tree.mp4 3.7 MB 04 Binary Tree/059 Preorder Traversal.mp4 10.9 MB 04 Binary Tree/060 Inorder Traversal.mp4 10.9 MB 04 Binary Tree/061 Postorder Traversal.mp4 9.9 MB 04 Binary Tree/062 Level order traversal.mp4 7.7 MB 04 Binary Tree/063 Finding height of a Binary tree.mp4 5.7 MB 04 Binary Tree/064 Constructing Binary tree from Traversals.mp4 2.9 MB 04 Binary Tree/065 Constructing binary tree from inorder and preorder traversals.mp4 8 MB 04 Binary Tree/066 Constructing binary tree from inorder and postorder traversals.mp4 6.9 MB 05 Binary Search Tree/067 Introduction.mp4 13.5 MB 05 Binary Search Tree/068 Traversal in Binary Search Tree.mp4 3.6 MB 05 Binary Search Tree/069 Searching in a Binary Search Tree.mp4 14.7 MB 05 Binary Search Tree/070 Nodes with Minimum and Maximum key.mp4 8.8 MB 05 Binary Search Tree/071 Insertion in a Binary Search Tree.mp4 16.7 MB 05 Binary Search Tree/072 Deletion in a Binary Search Tree.mp4 26.8 MB 06 Heap/073 Introduction.mp4 4.9 MB 06 Heap/074 Heap Representation.mp4 4.1 MB 06 Heap/075 Insertion in Heap.mp4 35.5 MB 06 Heap/076 Deletion.mp4 16.7 MB 06 Heap/077 Building a Heap.mp4 9.5 MB 06 Heap/078 Heap Applications.mp4 2 MB 07 Sorting/079 Introduction.mp4 8.8 MB 07 Sorting/080 Sort Stability.mp4 4.6 MB 07 Sorting/081 Selection Sort.mp4 3.1 MB 07 Sorting/082 Selection Sort Example.mp4 2.2 MB 07 Sorting/083 Selection Sort in Python.mp4 6.5 MB 07 Sorting/084 Analysis of Selection Sort.mp4 4.1 MB 07 Sorting/085 Bubble Sort.mp4 4.3 MB 07 Sorting/086 Bubble Sort Example.mp4 3.8 MB 07 Sorting/087 Bubble Sort in Python.mp4 8.9 MB 07 Sorting/088 Improvement in Bubble Sort.mp4 4 MB 07 Sorting/089 Analysis of Bubble Sort.mp4 3.5 MB 07 Sorting/090 Insertion Sort.mp4 4.6 MB 07 Sorting/091 Insertion Sort Example.mp4 4 MB 07 Sorting/092 Insertion Sort in Python.mp4 6.8 MB 07 Sorting/093 Analysis of Insertion sort.mp4 8.2 MB 07 Sorting/094 Shell Sort.mp4 4.3 MB 07 Sorting/095 Shell Sort Example.mp4 3.7 MB 07 Sorting/096 Shell Sort in Python.mp4 6.6 MB 07 Sorting/097 Analysis of Shell Sort.mp4 5.9 MB 07 Sorting/098 Merging.mp4 13.8 MB 07 Sorting/099 Recursive Merge Sort.mp4 4.7 MB