首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
GetFreeCourses.Co-Udemy-Data Structures & Algorithms Essentials using C++ (2022)
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-3-28 16:37
2024-11-23 06:14
209
5.87 GB
231
磁力链接
magnet:?xt=urn:btih:955b51f6b520ef990a4f4efbe062cb649b066d7d
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjk1NWI1MWY2YjUyMGVmOTkwYTRmNGVmYmUwNjJjYjY0OWIwNjZkN2RaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GetFreeCourses
Co-Udemy-Data
Structures
&
Algorithms
Essentials
using
C
2022
文件列表
01 - Introduction/001 Course Orientation!.mp4
115.27MB
01 - Introduction/002 Get maximum out of this course.mp4
21.88MB
03 - Arrays/001 Array Introduction.mp4
109.2MB
03 - Arrays/002 Arrays - Input, Ouput, Update.mp4
15.24MB
03 - Arrays/003 Arrays & Functions - Pass by Reference.mp4
29.15MB
03 - Arrays/005 Linear Search.mp4
15.41MB
03 - Arrays/006 Binary Search.mp4
116.78MB
03 - Arrays/007 Binary Search Code.mp4
19.49MB
03 - Arrays/008 Array Reverse.mp4
13.57MB
03 - Arrays/009 Printing Pairs.mp4
15.64MB
03 - Arrays/010 Printing Subarrays.mp4
22.73MB
03 - Arrays/011 Subarray Sum - I (Brute Force).mp4
17.75MB
03 - Arrays/012 Subarray Sum - II (Prefix Sums).mp4
24.2MB
03 - Arrays/013 Subarray Sum - III (Kadane's Algorithm).mp4
18.84MB
03 - Arrays/015 Vectors Introduction.mp4
29.04MB
03 - Arrays/016 Vectors (Demo).mp4
23.35MB
04 - Basic Sorting Algorithms/001 Sorting Introduction.mp4
8.28MB
04 - Basic Sorting Algorithms/002 Bubble Sort.mp4
22.34MB
04 - Basic Sorting Algorithms/003 Bubble Sort Code.mp4
9.89MB
04 - Basic Sorting Algorithms/004 Insertion Sort.mp4
10.93MB
04 - Basic Sorting Algorithms/005 Insertion Sort Code.mp4
14.54MB
04 - Basic Sorting Algorithms/006 Selection Sort.mp4
6.01MB
04 - Basic Sorting Algorithms/007 Selection Sort Code.mp4
13.86MB
04 - Basic Sorting Algorithms/008 Inbuilt Sort & Comparators.mp4
25.43MB
04 - Basic Sorting Algorithms/009 Counting Sort.mp4
13.1MB
04 - Basic Sorting Algorithms/010 Counting Sort Code.mp4
25.72MB
05 - Character ArraysStrings/001 Character Arrays Introduction.mp4
23.13MB
05 - Character ArraysStrings/002 Using cin.get().mp4
32.46MB
05 - Character ArraysStrings/003 Digits & Spaces.mp4
10.61MB
05 - Character ArraysStrings/004 Using cin.getline().mp4
13.44MB
05 - Character ArraysStrings/005 Shortest Path.mp4
18.27MB
05 - Character ArraysStrings/006 String Copy, Compare, Concat!.mp4
11.85MB
05 - Character ArraysStrings/007 Solution Largest String.mp4
20.87MB
05 - Character ArraysStrings/009 String Class.mp4
21.32MB
05 - Character ArraysStrings/010 Run Length Encoding.mp4
13.67MB
06 - 2D Arrays/001 Introduction to 2D Arrays.mp4
20.06MB
06 - 2D Arrays/002 2D Array Basics.mp4
27.77MB
06 - 2D Arrays/003 2D Character Arrays.mp4
11.68MB
06 - 2D Arrays/004 Spiral Print.mp4
63.81MB
06 - 2D Arrays/005 Sorted Array Search.mp4
14.05MB
06 - 2D Arrays/006 Sorted Array Search Code.mp4
14.5MB
06 - 2D Arrays/007 Mango Trees.mp4
156.37MB
07 - Pointers & Dynamic Memory/001 Address of Operator.mp4
17.07MB
07 - Pointers & Dynamic Memory/002 Pointers.mp4
16.82MB
07 - Pointers & Dynamic Memory/003 Dereference Operator.mp4
29.12MB
07 - Pointers & Dynamic Memory/004 Reference Variables.mp4
11.5MB
07 - Pointers & Dynamic Memory/005 Pass by Reference - Reference Variable.mp4
72.28MB
07 - Pointers & Dynamic Memory/006 Pass by Reference - Pointers.mp4
13.66MB
07 - Pointers & Dynamic Memory/007 Dynamic Memory Allocation.mp4
26.77MB
07 - Pointers & Dynamic Memory/008 Using New & Delete.mp4
11.05MB
07 - Pointers & Dynamic Memory/009 2D Dynamic Array.mp4
28.5MB
08 - Vector Data Structure/001 Vector.mp4
45.28MB
08 - Vector Data Structure/002 Vectors - How they grow.mp4
72MB
08 - Vector Data Structure/003 Using Vector Container.mp4
23.35MB
08 - Vector Data Structure/004 2D Vector using STL.mp4
7.5MB
08 - Vector Data Structure/005 Vector Class - I.mp4
18.66MB
08 - Vector Data Structure/006 Vector Class - II.mp4
70.64MB
08 - Vector Data Structure/007 Vector Class - III.mp4
23.65MB
08 - Vector Data Structure/008 Header Files & Template Classes.mp4
22.81MB
08 - Vector Data Structure/009 Inbuilt Searching.mp4
55.65MB
08 - Vector Data Structure/010 Sorting a Complex Vector!.mp4
19.17MB
09 - Bit Manipulation/001 Bitwise Operators.mp4
21.91MB
09 - Bit Manipulation/002 Left Shift & Right Shift.mp4
9.2MB
09 - Bit Manipulation/003 Odd Even.mp4
7.32MB
09 - Bit Manipulation/004 Get ith Bit.mp4
10.23MB
09 - Bit Manipulation/005 Set ith Bit.mp4
10.99MB
09 - Bit Manipulation/006 Clear ith Bit.mp4
7.96MB
09 - Bit Manipulation/007 Update ith Bit.mp4
61.06MB
09 - Bit Manipulation/008 Clear Last i Bits.mp4
11.63MB
09 - Bit Manipulation/009 Clear Range of Bits.mp4
71.52MB
09 - Bit Manipulation/010 Replace Bits.mp4
13.81MB
09 - Bit Manipulation/011 Two Power.mp4
7.83MB
09 - Bit Manipulation/012 Count Bits.mp4
14.91MB
09 - Bit Manipulation/013 Count Bits - Hack.mp4
11.38MB
09 - Bit Manipulation/014 Fast Exponentiation.mp4
22.28MB
09 - Bit Manipulation/015 Make it Binary!.mp4
43.76MB
10 - Recursion Basics/001 Recursion Introduction.mp4
33.15MB
10 - Recursion Basics/002 Factorial.mp4
21.29MB
10 - Recursion Basics/003 Fibonacci Series.mp4
30.32MB
10 - Recursion Basics/004 Sorted Array Check!.mp4
32.47MB
10 - Recursion Basics/005 Understanding Recursion Directions.mp4
18.82MB
10 - Recursion Basics/006 First Occurence.mp4
10.54MB
10 - Recursion Basics/007 First Occurence Code.mp4
14.44MB
10 - Recursion Basics/008 Last Occurence.mp4
9.51MB
10 - Recursion Basics/009 Last Occurence Code.mp4
9.66MB
10 - Recursion Basics/010 Power Function.mp4
12.89MB
10 - Recursion Basics/011 Power Function Optimised.mp4
56.22MB
10 - Recursion Basics/012 Bubble Sort.mp4
42.67MB
10 - Recursion Basics/013 Number Spell.mp4
20.13MB
10 - Recursion Basics/014 Tiling Problem Solution.mp4
15.31MB
10 - Recursion Basics/015 Binary Strings Solution.mp4
16.6MB
10 - Recursion Basics/016 Friend's Party Solution.mp4
15.47MB
11 - Divide & Conquer/001 Merge Sort.mp4
9.92MB
11 - Divide & Conquer/002 Merge Sort Code.mp4
39.99MB
11 - Divide & Conquer/003 Quick Sort.mp4
25.55MB
11 - Divide & Conquer/004 Quick Sort Code.mp4
16.56MB
11 - Divide & Conquer/005 Rotate Array Search.mp4
21.86MB
11 - Divide & Conquer/006 Rotated Search Code.mp4
12.29MB
12 - Backtracking/001 Backtracking Introduction.mp4
9.71MB
12 - Backtracking/002 Backtracking on Arrays Code.mp4
20.82MB
12 - Backtracking/003 Bactracking on Vectors Code.mp4
10.92MB
12 - Backtracking/004 Finding Subsets.mp4
31.21MB
12 - Backtracking/005 Finding Subsets Code.mp4
81.25MB
12 - Backtracking/006 Ordering Subsets.mp4
17.11MB
12 - Backtracking/007 Permutations.mp4
23.6MB
12 - Backtracking/008 N-Queen Problem.mp4
26.32MB
12 - Backtracking/009 N-Queen Code.mp4
37.72MB
12 - Backtracking/010 N-Queen All Ways.mp4
38.68MB
12 - Backtracking/011 Grid Ways.mp4
35.51MB
12 - Backtracking/012 Grid Ways - Math Trick!.mp4
9.27MB
12 - Backtracking/013 Sudoku.mp4
27.92MB
12 - Backtracking/014 Sudoku Code.mp4
52.88MB
13 - Space & Time Complexity Analysis/001 Space Time Complexity Introduction.mp4
20.39MB
13 - Space & Time Complexity Analysis/002 Experimental Analysis.mp4
41.09MB
13 - Space & Time Complexity Analysis/003 Big O Notation.mp4
10.79MB
13 - Space & Time Complexity Analysis/004 Nested Loops.mp4
5.98MB
13 - Space & Time Complexity Analysis/005 Loops Example.mp4
30.14MB
13 - Space & Time Complexity Analysis/006 Analysis of Bubble Sort.mp4
9.3MB
13 - Space & Time Complexity Analysis/007 Analysis of Binary Search.mp4
18.13MB
13 - Space & Time Complexity Analysis/008 Merge Sort Analysis.mp4
14.49MB
13 - Space & Time Complexity Analysis/009 Time Complexity For Recursive Problems.mp4
22.46MB
14 - Object Oriented Programming/001 Introduction to OOPS.mp4
20.11MB
14 - Object Oriented Programming/002 OOPS - Classes & Objects.mp4
15.26MB
14 - Object Oriented Programming/003 Code Demo.mp4
14.62MB
14 - Object Oriented Programming/004 Getters & Setters.mp4
19.11MB
14 - Object Oriented Programming/005 Constructor Object Initialiastion.mp4
47.19MB
14 - Object Oriented Programming/006 Copy Constructor.mp4
66.65MB
14 - Object Oriented Programming/007 Shallow & Deep Copy.mp4
84.71MB
14 - Object Oriented Programming/008 Copy Assignment Operator.mp4
15.9MB
14 - Object Oriented Programming/009 Destructor.mp4
19.29MB
15 - Linked List/001 Linked List Introduction.mp4
19.61MB
15 - Linked List/002 Push Front.mp4
20.51MB
15 - Linked List/003 Push Back.mp4
5.62MB
15 - Linked List/004 Print.mp4
22.34MB
15 - Linked List/005 Insert.mp4
11.26MB
15 - Linked List/007 Recursive Search.mp4
25.12MB
15 - Linked List/008 Deletion.mp4
17.39MB
15 - Linked List/009 Pop Front.mp4
14.89MB
15 - Linked List/010 Reverse a Linked List.mp4
10.6MB
15 - Linked List/011 Reverse a Linked List Code.mp4
18.78MB
16 - Stacks/001 Stack Data Structure.mp4
18.14MB
16 - Stacks/002 Stack Implementations.mp4
10.6MB
16 - Stacks/003 Stack using Linked List.mp4
17.39MB
16 - Stacks/004 Stack using Vector.mp4
8.14MB
16 - Stacks/005 Stack STL.mp4
7.77MB
16 - Stacks/006 Stack Insert At Bottom Challenge!.mp4
24.72MB
16 - Stacks/007 Recursively Reverse a Stack.mp4
14.2MB
16 - Stacks/008 Stock Span Solution.mp4
36.21MB
17 - Queues/001 Queue Introduction.mp4
11.16MB
17 - Queues/002 Queue Implementation.mp4
14.23MB
17 - Queues/003 Queue using Circular Array.mp4
33.55MB
17 - Queues/004 Queue STL.mp4
4.62MB
17 - Queues/005 Stack using 2 Queues.mp4
10.96MB
17 - Queues/006 Stack using 2 Queues Code.mp4
20.15MB
18 - Binary Tree/001 Binary Tree Introduction.mp4
27.09MB
18 - Binary Tree/002 Build Tree Preorder.mp4
20.52MB
18 - Binary Tree/003 Preorder Traversal.mp4
24.33MB
18 - Binary Tree/004 Inorder Traversal.mp4
8.35MB
18 - Binary Tree/005 Postorder Traversal.mp4
11.6MB
18 - Binary Tree/006 Level Order Print.mp4
21.56MB
18 - Binary Tree/007 Level Order Print Code.mp4
13.87MB
18 - Binary Tree/008 Level Order Build.mp4
15.3MB
18 - Binary Tree/009 Level Order Build Code.mp4
10.17MB
18 - Binary Tree/010 Height of Tree.mp4
9.24MB
18 - Binary Tree/011 Tree Diameter.mp4
24.47MB
18 - Binary Tree/012 Diameter Code-I.mp4
7.51MB
18 - Binary Tree/013 Diameter Code-II.mp4
34.48MB
19 - Binary Search Tree/001 BST Introduction.mp4
17.75MB
19 - Binary Search Tree/002 BST Creation.mp4
16.77MB
19 - Binary Search Tree/004 Searching.mp4
16.25MB
19 - Binary Search Tree/005 Deletion Concept.mp4
20.87MB
19 - Binary Search Tree/006 Deletion Code.mp4
31.45MB
19 - Binary Search Tree/007 Challenge - Print in Range.mp4
18.65MB
19 - Binary Search Tree/008 Root To Leaf Paths.mp4
23.56MB
20 - Heaps Priority Queue/001 Introduction to Heap.mp4
84.3MB
20 - Heaps Priority Queue/002 Heap vs other Data Structure.mp4
67.98MB
20 - Heaps Priority Queue/003 Heaps as CBT.mp4
13.06MB
20 - Heaps Priority Queue/004 Heaps as Array.mp4
20.68MB
20 - Heaps Priority Queue/005 Insertion.mp4
76.07MB
20 - Heaps Priority Queue/006 Insertion Code.mp4
21.56MB
20 - Heaps Priority Queue/007 Remove Min Max.mp4
25.48MB
20 - Heaps Priority Queue/008 Remove Min Max Code.mp4
34.31MB
20 - Heaps Priority Queue/009 Priority Queue STL.mp4
18.09MB
20 - Heaps Priority Queue/010 Nearby Cars.mp4
16.86MB
20 - Heaps Priority Queue/011 Nearby Cars Code.mp4
52.19MB
21 - Hashing/001 Introduction to Hashing.mp4
105.91MB
21 - Hashing/002 Hash Functions.mp4
103.4MB
21 - Hashing/003 Collision Handling.mp4
39.22MB
21 - Hashing/004 Hashing Code - I (Setup).mp4
18.83MB
21 - Hashing/005 Hashing Code - II (Insertion).mp4
25.8MB
21 - Hashing/006 Hashing Code - III (Rehashing).mp4
41.45MB
21 - Hashing/007 Testing our Hashtable.mp4
16.72MB
21 - Hashing/008 Hashing Code - IV (Search).mp4
31.76MB
21 - Hashing/009 Hashing Code - V (Erase).mp4
5.75MB
21 - Hashing/010 Hashing Code - VI (Operator [] Overloading).mp4
54.49MB
22 - Trie Data Structure/001 Trie Data Structure.mp4
37.58MB
22 - Trie Data Structure/002 Trie Class.mp4
10.49MB
22 - Trie Data Structure/003 Trie Insertion.mp4
11.05MB
22 - Trie Data Structure/004 Trie Searching.mp4
7.95MB
22 - Trie Data Structure/005 Trie Queries.mp4
15.5MB
23 - Graphs Introduction/001 Graphs Introduction.mp4
30.71MB
23 - Graphs Introduction/002 Graph Applications.mp4
17.94MB
23 - Graphs Introduction/003 Adjacency List Representation.mp4
16.56MB
23 - Graphs Introduction/004 Adjacency List Representation with Node Class.mp4
26.88MB
23 - Graphs Introduction/005 BFS.mp4
15.37MB
23 - Graphs Introduction/006 BFS Code.mp4
66.16MB
23 - Graphs Introduction/007 DFS.mp4
9.55MB
23 - Graphs Introduction/008 DFS Code.mp4
16.85MB
23 - Graphs Introduction/009 Topological Ordering.mp4
18MB
23 - Graphs Introduction/010 Kahn's Algorithm (Modified BFS).mp4
11.05MB
23 - Graphs Introduction/011 Topological Ordering using BFS Code.mp4
12.84MB
23 - Graphs Introduction/012 Dijkshtra's Algorithm.mp4
23.36MB
23 - Graphs Introduction/013 Dijkshtra's Algorithm Code.mp4
46.56MB
24 - Dynamic Programming Introduction/001 Dynamic Programming Basics.mp4
42.7MB
24 - Dynamic Programming Introduction/002 Coin Change.mp4
29.32MB
24 - Dynamic Programming Introduction/003 Coin Change Code.mp4
17.29MB
24 - Dynamic Programming Introduction/004 Longest Common Subsequence (LCS).mp4
11.74MB
24 - Dynamic Programming Introduction/005 Longest Common Subsequence Code.mp4
5.31MB
24 - Dynamic Programming Introduction/006 Knapsack Problem.mp4
24.11MB
24 - Dynamic Programming Introduction/007 Knapsack Problem Code.mp4
22.16MB
24 - Dynamic Programming Introduction/008 Wines Problem.mp4
11.73MB
24 - Dynamic Programming Introduction/009 Wines Problem - II.mp4
24.86MB
24 - Dynamic Programming Introduction/010 Wines - III.mp4
19.38MB
24 - Dynamic Programming Introduction/011 Wines - IV.mp4
21.31MB
25 - Project - Shopping Cart Backend/001 Shopping Cart Introduction.mp4
66.98MB
25 - Project - Shopping Cart Backend/002 Shopping Cart Demo.mp4
22.41MB
25 - Project - Shopping Cart Backend/003 Product Class.mp4
10.44MB
25 - Project - Shopping Cart Backend/004 Item Class.mp4
24.28MB
25 - Project - Shopping Cart Backend/005 Choosing Products.mp4
22.96MB
25 - Project - Shopping Cart Backend/006 Cart Implementation.mp4
48.63MB
25 - Project - Shopping Cart Backend/007 Checkout.mp4
18.13MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统