Filename Size 01 Welcome to Course!/001 Course Orientation!.mp4 80.8 MB 01 Welcome to Course!/002 How to do this course_.mp4 66.7 MB 01 Welcome to Course!/003 Course Updates & FAQ's!.html 2.6 KB 01 Welcome to Course!/004 Code Repository!.html 1.3 KB 01 Welcome to Course!/005 TA Hours_ Doubt Support.html 1.7 KB 02 Arrays & Vectors/001 Introduction.mp4 49.7 MB 02 Arrays & Vectors/002 Vector STL - Demo.mp4 68.7 MB 02 Arrays & Vectors/003 Vector of Vector - Demo.mp4 35.1 MB 02 Arrays & Vectors/004 How to submit coding exercises_.mp4 61 MB 02 Arrays & Vectors/005 A Note on Sorting!.html 1.9 KB 02 Arrays & Vectors/006 Pairs.mp4 101.3 MB 02 Arrays & Vectors/007 Pairs Code.mp4 46.9 MB 02 Arrays & Vectors/008 Triplets.mp4 87.8 MB 02 Arrays & Vectors/009 Triplets Code.mp4 38.9 MB 02 Arrays & Vectors/010 Mountain.mp4 73.2 MB 02 Arrays & Vectors/011 Mountain Code.mp4 54.2 MB 02 Arrays & Vectors/012 Longest Band.mp4 106.4 MB 02 Arrays & Vectors/013 Longest Band Code.mp4 48.5 MB 02 Arrays & Vectors/014 Rains.mp4 125.8 MB 02 Arrays & Vectors/015 Rains Code.mp4 57.7 MB 02 Arrays & Vectors/016 Subarray Sort.mp4 121.1 MB 02 Arrays & Vectors/017 Subarray Sort Code.mp4 50 MB 02 Arrays & Vectors/018 Minimum Swaps.mp4 108.2 MB 02 Arrays & Vectors/019 Minimum Swaps Code.mp4 95.2 MB 03 String Problems/001 Strings Introduction.mp4 77.1 MB 03 String Problems/002 Searching Inside String!.mp4 64.2 MB 03 String Problems/003 Solution _ Search All!.html 1.3 KB 03 String Problems/004 Space20.mp4 38.4 MB 03 String Problems/005 Space20 Implementation.mp4 31 MB 03 String Problems/006 Tokenisation (using sstream).mp4 29.2 MB 03 String Problems/007 Tokenisation (using strtok).mp4 60 MB 03 String Problems/008 Designing our own String Tokeniser!.mp4 44.8 MB 03 String Problems/009 String Key Sort.mp4 113.7 MB 03 String Problems/010 String Key Sort Implementation.mp4 87.2 MB 03 String Problems/011 Check Subsets.mp4 44.9 MB 03 String Problems/012 Check Subsets Implementation.mp4 13.4 MB 03 String Problems/013 Sort Subsequences.mp4 59.9 MB 03 String Problems/014 Sort Subsequences Code.mp4 30.5 MB 04 Sliding Window Problems/001 Sliding Window Introduction.mp4 33.5 MB 04 Sliding Window Problems/002 Housing (Two Pointer).mp4 111.8 MB 04 Sliding Window Problems/003 Housing Implementation.mp4 54.3 MB 04 Sliding Window Problems/004 Unique Substring (Hashing).mp4 61.3 MB 04 Sliding Window Problems/005 Unique Substring Implementation.mp4 59.2 MB 04 Sliding Window Problems/006 String Window.mp4 85.6 MB 04 Sliding Window Problems/007 String Window Implementation.mp4 87.6 MB 05 Sorting & Searching/001 Merge Sort.mp4 49.6 MB 05 Sorting & Searching/002 Merge Sort Code.mp4 91.3 MB 05 Sorting & Searching/003 Inversion Count.mp4 108.4 MB 05 Sorting & Searching/004 Inversion Count Code.mp4 37 MB 05 Sorting & Searching/005 Quick Sort.mp4 109.5 MB 05 Sorting & Searching/006 Quick Sort Code.mp4 33 MB 05 Sorting & Searching/007 Quick Select.mp4 49.9 MB 05 Sorting & Searching/008 Quick Select Code.mp4 37.8 MB 05 Sorting & Searching/009 Smallest String.mp4 55.5 MB 05 Sorting & Searching/010 Smallest String Code.mp4 9.6 MB 05 Sorting & Searching/011 Sparse Search.mp4 44.6 MB 05 Sorting & Searching/012 Sparse Search Code.mp4 34.1 MB 06 Binary Search/001 Binary Search - Recap!.mp4 46.6 MB 06 Binary Search/002 Frequency Count.mp4 75 MB 06 Binary Search/003 Frequency Count Code-I.mp4 31.6 MB 06 Binary Search/004 Frequency Count Code-II.mp4 40.2 MB 06 Binary Search/005 Rotated Search.mp4 88.3 MB 06 Binary Search/006 Rotated Search Code.mp4 35.5 MB 06 Binary Search/007 Finding Roots.mp4 103.2 MB 06 Binary Search/008 Square Roots Code.mp4 30.6 MB 06 Binary Search/009 Angry Birds.mp4 117.1 MB 06 Binary Search/010 Angry Birds Code.mp4 84 MB 06 Binary Search/011 Min Pairs.mp4 66.1 MB 06 Binary Search/012 Min Pairs Code.mp4 33.7 MB 06 Binary Search/013 Solution _ Game of Greed.html 3.1 KB 07 Recursion Problems/001 Recursion Recap.mp4 65.5 MB 07 Recursion Problems/002 Ladders Concept.mp4 89.1 MB 07 Recursion Problems/003 Ladders Code.mp4 55.6 MB 07 Recursion Problems/004 Subsequence Based Problems.mp4 45.1 MB 07 Recursion Problems/005 Subset Sum to X.mp4 62.8 MB 07 Recursion Problems/006 Subset Sum to X Code.mp4 30.6 MB 07 Recursion Problems/007 Generate Brackets.mp4 59.2 MB 07 Recursion Problems/008 Generate Brackets Code.mp4 80 MB 07 Recursion Problems/009 Smart Keypad.mp4 39.5 MB 07 Recursion Problems/010 Smart Keypad Code.mp4 55.4 MB 07 Recursion Problems/011 Permutations.mp4 98.4 MB 07 Recursion Problems/012 Sudoku.mp4 104.3 MB 07 Recursion Problems/013 Sudoku Code.mp4 130.4 MB 08 Linked Lists Problems/001 Linked List Section Introduction.mp4 80.4 MB 08 Linked Lists Problems/002 Warm Up - Creating a Linked List.mp4 53.3 MB 08 Linked Lists Problems/003 Practice - Insertion in the Middle.mp4 28.4 MB 08 Linked Lists Problems/004 Recursive Reverse a Linked List.mp4 61.3 MB 08 Linked Lists Problems/005 Recursively Reverse a Linked List Code.mp4 33.2 MB 08 Linked Lists Problems/006 Iterative Reverse.mp4 47.8 MB 08 Linked Lists Problems/007 Iteratively Reverse a Linked List Code.mp4 26 MB 08 Linked Lists Problems/008 K-Reverse a Linked List.mp4 36.4 MB 08 Linked Lists Problems/009 K-Reverse Code.mp4 56.8 MB 08 Linked Lists Problems/010 Merge Two Sorted Linked Lists.mp4 42.2 MB 08 Linked Lists Problems/011 Merge Two Sorted Linked Lists Code.mp4 57.3 MB 08 Linked Lists Problems/012 Runner Technique.mp4 15.3 MB 08 Linked Lists Problems/013 Merge Sort on Linked List.mp4 47.6 MB