zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - Data Structures & Algorithms Essentials (2021)
magnet:?xt=urn:btih:fab1cb7ac7b3a162c66e3db65a13e37a3bbcf05c&dn=[FreeCourseSite.com] Udemy - Data Structures & Algorithms Essentials (2021)
磁力链接详情
Hash值:
fab1cb7ac7b3a162c66e3db65a13e37a3bbcf05c
点击数:
154
文件大小:
14.35 GB
文件数量:
212
创建日期:
2022-7-4 14:59
最后访问:
2024-10-29 16:49
访问标签:
FreeCourseSite
com
Udemy
-
Data
Structures
&
Algorithms
Essentials
2021
文件列表详情
01 Introduction/001 Course Orientation!.mp4 115.27 MB
01 Introduction/002 Get maximum out of this course_.mp4 69.53 MB
02 Arrays/001 Array Introduction.mp4 109.2 MB
02 Arrays/002 Arrays - Input, Ouput, Update.mp4 73.26 MB
02 Arrays/003 Arrays & Functions - Pass by Reference.mp4 103.34 MB
02 Arrays/004 Linear Search.mp4 79.31 MB
02 Arrays/005 Binary Search.mp4 116.78 MB
02 Arrays/006 Binary Search Code.mp4 95.36 MB
02 Arrays/007 Array Reverse.mp4 66.37 MB
02 Arrays/008 Printing Pairs.mp4 77.33 MB
02 Arrays/009 Printing Subarrays.mp4 76.35 MB
02 Arrays/010 Subarray Sum - I (Brute Force).mp4 63.81 MB
02 Arrays/011 Subarray Sum - II (Prefix Sums).mp4 109.26 MB
02 Arrays/012 Subarray Sum - III (Kadane's Algorithm).mp4 90.18 MB
03 Basic Sorting Algorithms/001 Sorting Introduction.mp4 26.86 MB
03 Basic Sorting Algorithms/002 Bubble Sort.mp4 105.27 MB
03 Basic Sorting Algorithms/003 Bubble Sort Code.mp4 45.07 MB
03 Basic Sorting Algorithms/004 Insertion Sort.mp4 50.95 MB
03 Basic Sorting Algorithms/005 Insertion Sort Code.mp4 39.87 MB
03 Basic Sorting Algorithms/006 Selection Sort.mp4 29.03 MB
03 Basic Sorting Algorithms/007 Selection Sort Code.mp4 45.66 MB
03 Basic Sorting Algorithms/008 Inbuilt Sort & Comparators.mp4 123.9 MB
03 Basic Sorting Algorithms/009 Counting Sort.mp4 62.27 MB
03 Basic Sorting Algorithms/010 Counting Sort Code.mp4 68.19 MB
04 Character Arrays_Strings/001 Character Arrays Introduction.mp4 84.49 MB
04 Character Arrays_Strings/002 Using cin.get().mp4 154.55 MB
04 Character Arrays_Strings/003 Digits & Spaces.mp4 34.05 MB
04 Character Arrays_Strings/004 Using cin.getline().mp4 68.02 MB
04 Character Arrays_Strings/005 Shortest Path.mp4 86.12 MB
04 Character Arrays_Strings/006 String Copy, Compare, Concat!.mp4 58.75 MB
04 Character Arrays_Strings/007 Solution _ Largest String.mp4 97.05 MB
04 Character Arrays_Strings/009 String Class.mp4 77.15 MB
04 Character Arrays_Strings/010 Run Length Encoding.mp4 43.85 MB
05 2D Arrays/001 Introduction to 2D Arrays.mp4 79.4 MB
05 2D Arrays/002 2D Array Basics.mp4 86.29 MB
05 2D Arrays/003 2D Character Arrays.mp4 48.34 MB
05 2D Arrays/004 Spiral Print.mp4 148.27 MB
05 2D Arrays/005 Sorted Array Search.mp4 60.27 MB
05 2D Arrays/006 Sorted Array Search Code.mp4 34.25 MB
05 2D Arrays/007 Mango Trees.mp4 156.37 MB
06 Pointers & Dynamic Memory/001 Address of Operator.mp4 61.67 MB
06 Pointers & Dynamic Memory/002 Pointers.mp4 75 MB
06 Pointers & Dynamic Memory/003 Dereference Operator.mp4 47.87 MB
06 Pointers & Dynamic Memory/004 Reference Variables.mp4 53.51 MB
06 Pointers & Dynamic Memory/005 Pass by Reference - Reference Variable.mp4 72.28 MB
06 Pointers & Dynamic Memory/006 Pass by Reference - Pointers.mp4 60.72 MB
06 Pointers & Dynamic Memory/007 Dynamic Memory Allocation.mp4 114.46 MB
06 Pointers & Dynamic Memory/008 Using New & Delete.mp4 50.61 MB
06 Pointers & Dynamic Memory/009 2D Dynamic Array.mp4 77.86 MB
07 Vector Data Structure/001 Vector.mp4 77.97 MB
07 Vector Data Structure/002 Vectors - How they grow_.mp4 72 MB
07 Vector Data Structure/003 Using Vector Container.mp4 68.76 MB
07 Vector Data Structure/004 2D Vector using STL.mp4 35.14 MB
07 Vector Data Structure/005 Vector Class - I.mp4 71.3 MB
07 Vector Data Structure/006 Vector Class - II.mp4 70.64 MB
07 Vector Data Structure/007 Vector Class - III.mp4 101.1 MB
07 Vector Data Structure/008 Header Files & Template Classes.mp4 70.76 MB
07 Vector Data Structure/009 Inbuilt Searching.mp4 89.26 MB
07 Vector Data Structure/010 Sorting a Complex Vector!.mp4 48.44 MB
08 Bit Manipulation/001 Bitwise Operators.mp4 110.63 MB
08 Bit Manipulation/002 Left Shift & Right Shift.mp4 42.71 MB
08 Bit Manipulation/003 Odd Even.mp4 32.96 MB
08 Bit Manipulation/004 Get ith Bit.mp4 47.64 MB
08 Bit Manipulation/005 Clear ith Bit.mp4 35.66 MB
08 Bit Manipulation/006 Set ith Bit.mp4 29.68 MB
08 Bit Manipulation/007 Update ith Bit.mp4 61.06 MB
08 Bit Manipulation/008 Make Binary.mp4 52.07 MB
08 Bit Manipulation/009 Clear Last i Bits.mp4 52.07 MB
08 Bit Manipulation/010 Clear Range of Bits.mp4 71.52 MB
08 Bit Manipulation/011 Replace Bits.mp4 61.74 MB
08 Bit Manipulation/012 Two Power.mp4 36.67 MB
08 Bit Manipulation/013 Count Bits.mp4 47.59 MB
08 Bit Manipulation/014 Count Bits - Hack.mp4 37.08 MB
08 Bit Manipulation/015 Fast Exponentiation.mp4 88.96 MB
08 Bit Manipulation/016 Make it Binary!.mp4 43.76 MB
09 Recursion Basics/001 Recursion Introduction.mp4 115.65 MB
09 Recursion Basics/002 Factorial.mp4 92.56 MB
09 Recursion Basics/003 Fibonacci Series.mp4 133.19 MB
09 Recursion Basics/004 Sorted Array Check!.mp4 110.98 MB
09 Recursion Basics/005 Understanding Recursion Directions.mp4 83.73 MB
09 Recursion Basics/006 First Occurence.mp4 44.22 MB
09 Recursion Basics/007 First Occurence Code.mp4 62.02 MB
09 Recursion Basics/008 Last Occurence.mp4 43.37 MB
09 Recursion Basics/009 Last Occurence Code.mp4 33.99 MB
09 Recursion Basics/010 Power Function.mp4 44.48 MB
09 Recursion Basics/011 Power Function Optimised.mp4 56.22 MB
09 Recursion Basics/012 Bubble Sort.mp4 103.07 MB
09 Recursion Basics/013 Number Spell.mp4 65.91 MB
10 Divide & Conquer/001 Merge Sort.mp4 49.59 MB
10 Divide & Conquer/002 Merge Sort Code.mp4 91.31 MB
10 Divide & Conquer/003 Quick Sort.mp4 109.51 MB
10 Divide & Conquer/004 Quick Sort Code.mp4 32.99 MB
10 Divide & Conquer/005 Rotate Array Search.mp4 88.37 MB
10 Divide & Conquer/006 Rotated Search Code.mp4 35.48 MB
11 Backtracking/002 Subsets.mp4 45.11 MB
11 Backtracking/003 Permutations.mp4 98.46 MB
11 Backtracking/004 Sudoku.mp4 104.32 MB
11 Backtracking/005 Sudoku Code.mp4 130.47 MB
12 Space & Time Complexity Analysis/001 Space Time Complexity Introduction.mp4 97.69 MB
12 Space & Time Complexity Analysis/002 Experimental Analysis.mp4 125.64 MB
12 Space & Time Complexity Analysis/003 Big O Notation.mp4 51.55 MB
12 Space & Time Complexity Analysis/004 Nested Loops.mp4 27.03 MB
12 Space & Time Complexity Analysis/005 Loops Example.mp4 30.14 MB
12 Space & Time Complexity Analysis/006 Analysis of Bubble Sort.mp4 40.89 MB
12 Space & Time Complexity Analysis/007 Analysis of Binary Search.mp4 85.6 MB
12 Space & Time Complexity Analysis/008 Merge Sort Analysis.mp4 66.89 MB
12 Space & Time Complexity Analysis/009 Time Complexity For Recursive Problems.mp4 96.32 MB
13 Object Oriented Programming/001 Introduction to OOPS.mp4 82.32 MB
13 Object Oriented Programming/002 OOPS - Classes & Objects.mp4 70.95 MB
13 Object Oriented Programming/003 Code Demo.mp4 60.6 MB
13 Object Oriented Programming/004 Getters & Setters.mp4 62.72 MB
13 Object Oriented Programming/005 Constructor _ Object Initialiastion.mp4 76.45 MB
13 Object Oriented Programming/006 Copy Constructor.mp4 110.96 MB
13 Object Oriented Programming/007 Shallow & Deep Copy.mp4 133.11 MB
13 Object Oriented Programming/008 Copy Assignment Operator.mp4 68.4 MB
13 Object Oriented Programming/009 Destructor.mp4 51.77 MB
14 Linked List/001 Linked List Introduction.mp4 79.38 MB
14 Linked List/002 Push Front.mp4 73.35 MB
14 Linked List/003 Push Back.mp4 22.09 MB
14 Linked List/004 Print.mp4 68.75 MB
14 Linked List/005 Insert.mp4 43.05 MB
14 Linked List/006 Search.mp4 30.03 MB
14 Linked List/007 Recursive Search.mp4 37.03 MB
14 Linked List/008 Deletion.mp4 56.02 MB
14 Linked List/009 Pop Front.mp4 60.09 MB
14 Linked List/010 Reverse a Linked List.mp4 47.77 MB
14 Linked List/011 Reverse a Linked List Code.mp4 31.26 MB
15 Stacks/001 Stack Data Structure.mp4 52.95 MB
15 Stacks/002 Stack Implementations.mp4 46.46 MB
15 Stacks/003 Stack using Linked List.mp4 63.85 MB
15 Stacks/004 Stack using Vector.mp4 33.05 MB
15 Stacks/005 Stack STL.mp4 34.08 MB
15 Stacks/006 Stack Insert At Bottom Challenge!.mp4 79.29 MB
15 Stacks/007 Recursively Reverse a Stack.mp4 58.82 MB
15 Stacks/008 Stock Span Solution.mp4 65.79 MB
16 Queues/001 Queue Introduction.mp4 53.85 MB
16 Queues/002 Queue Implementation.mp4 60.26 MB
16 Queues/003 Queue using Circular Array.mp4 95.45 MB
16 Queues/004 Queue STL.mp4 15.71 MB
16 Queues/005 Stack using 2 Queues.mp4 46.07 MB
16 Queues/006 Stack using 2 Queues Code.mp4 56.72 MB
17 Binary Tree/001 Binary Tree Introduction.mp4 71.22 MB
17 Binary Tree/002 Build Tree Preorder.mp4 87.83 MB
17 Binary Tree/003 Preorder Traversal.mp4 80.19 MB
17 Binary Tree/004 Inorder Traversal.mp4 38.01 MB
17 Binary Tree/005 Postorder Traversal.mp4 53.54 MB
17 Binary Tree/006 Level Order Print.mp4 105.27 MB
17 Binary Tree/007 Level Order Print Code.mp4 41.49 MB
17 Binary Tree/008 Level Order Build.mp4 66.21 MB
17 Binary Tree/009 Level Order Build Code.mp4 26.08 MB
17 Binary Tree/010 Height of Tree.mp4 40.02 MB
17 Binary Tree/011 Tree Diameter.mp4 111.92 MB
17 Binary Tree/012 Diameter Code-I.mp4 33.08 MB
17 Binary Tree/013 Diameter Code-II.mp4 106.58 MB
18 Binary Search Tree/001 BST Introduction.mp4 79.74 MB
18 Binary Search Tree/002 BST Creation.mp4 45.22 MB
18 Binary Search Tree/004 Searching.mp4 51.3 MB
18 Binary Search Tree/005 Deletion Concept.mp4 66.2 MB
18 Binary Search Tree/006 Deletion Code.mp4 70.21 MB
18 Binary Search Tree/007 Challenge - Print in Range.mp4 54.84 MB
18 Binary Search Tree/008 Root To Leaf Paths.mp4 71.93 MB
19 Heaps _ Priority Queue/001 Introduction to Heap.mp4 84.3 MB
19 Heaps _ Priority Queue/002 Heap vs other Data Structure.mp4 67.98 MB
19 Heaps _ Priority Queue/003 Heaps as CBT.mp4 57.94 MB
19 Heaps _ Priority Queue/004 Heaps as Array.mp4 89.61 MB
19 Heaps _ Priority Queue/005 Insertion.mp4 76.07 MB
19 Heaps _ Priority Queue/006 Insertion Code.mp4 76.05 MB
19 Heaps _ Priority Queue/007 Remove Min_ Max.mp4 85.84 MB
19 Heaps _ Priority Queue/008 Remove Min_ Max Code.mp4 93.04 MB
19 Heaps _ Priority Queue/009 Priority Queue STL.mp4 62.55 MB
19 Heaps _ Priority Queue/010 Nearby Cars.mp4 57.32 MB
19 Heaps _ Priority Queue/011 Nearby Cars Code.mp4 73.91 MB
20 Hashing/001 Introduction to Hashing.mp4 105.91 MB
20 Hashing/002 Hash Functions.mp4 103.4 MB
20 Hashing/003 Collision Handling.mp4 166.75 MB
20 Hashing/004 Hashing Code - I (Setup).mp4 58.81 MB
20 Hashing/005 Hashing Code - II (Insertion).mp4 78 MB
20 Hashing/006 Hashing Code - III (Rehashing).mp4 110.57 MB
20 Hashing/007 Testing our Hashtable.mp4 48.55 MB
20 Hashing/008 Hashing Code - IV (Search).mp4 46.74 MB
20 Hashing/009 Hashing Code - V (Erase).mp4 24.61 MB
20 Hashing/010 Hashing Code - VI (Operator [] Overloading).mp4 132.61 MB
21 Trie Data Structure/001 Trie Data Structure.mp4 161.22 MB
21 Trie Data Structure/002 Trie Class.mp4 41.45 MB
21 Trie Data Structure/003 Trie Insertion.mp4 36.51 MB
21 Trie Data Structure/004 Trie Searching.mp4 22.62 MB
21 Trie Data Structure/005 Trie Queries.mp4 46.34 MB
22 Graphs Introduction/001 Graphs Introduction.mp4 140.65 MB
22 Graphs Introduction/002 Graph Applications.mp4 117.7 MB
22 Graphs Introduction/003 Adjacency List Representation.mp4 48.85 MB
22 Graphs Introduction/004 Adjacency List Representation with Node Class.mp4 66.36 MB
22 Graphs Introduction/005 BFS.mp4 61.24 MB
22 Graphs Introduction/006 BFS Code.mp4 67.93 MB
22 Graphs Introduction/007 DFS.mp4 36.06 MB
22 Graphs Introduction/008 DFS Code.mp4 39.59 MB
22 Graphs Introduction/009 Topological Ordering.mp4 49.15 MB
22 Graphs Introduction/010 Kahn's Algorithm (Modified BFS).mp4 48.12 MB
22 Graphs Introduction/011 Topological Ordering using BFS Code.mp4 32.04 MB
22 Graphs Introduction/012 Dijkshtra's Algorithm.mp4 96.14 MB
22 Graphs Introduction/013 Dijkshtra's Algorithm Code.mp4 117.13 MB
23 Dynamic Programming Introduction/001 Dynamic Programming Basics.mp4 195.45 MB
23 Dynamic Programming Introduction/002 Coin Change.mp4 128.43 MB
23 Dynamic Programming Introduction/003 Coin Change Code.mp4 32.12 MB
23 Dynamic Programming Introduction/004 Longest Common Subsequence (LCS).mp4 23.67 MB
23 Dynamic Programming Introduction/005 Longest Common Subsequence Code.mp4 12.27 MB
23 Dynamic Programming Introduction/006 Knapsack Problem.mp4 52.79 MB
23 Dynamic Programming Introduction/007 Knapsack Problem Code.mp4 52.24 MB
23 Dynamic Programming Introduction/008 Wines Problem.mp4 26.35 MB
23 Dynamic Programming Introduction/009 Wines Problem - II.mp4 33.01 MB
23 Dynamic Programming Introduction/010 Wines - III.mp4 38.95 MB
23 Dynamic Programming Introduction/011 Wines - IV.mp4 44.26 MB
24 Command Line App - Shopping Cart Backend/001 Shopping Cart Introduction.mp4 66.98 MB
其他位置