zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[11-2018] js-algorithms-and-data-structures-masterclass
magnet:?xt=urn:btih:6fce5fdf0a3c971c94e8d69dbd7537b9b4eb7d3b&dn=[11-2018] js-algorithms-and-data-structures-masterclass
磁力链接详情
文件列表详情
6fce5fdf0a3c971c94e8d69dbd7537b9b4eb7d3b
infohash:
217
文件数量
6.43 GB
文件大小
2023-10-2 15:50
创建日期
2024-11-7 11:21
最后访问
相关分词
11-2018
js-algorithms-and-data-structures-masterclass
28 Dijkstra's Algorithm!/238 Implementing Dijkstra's Algorithm.mp4 209.62 MB
01 Introduction/001 Curriculum Walkthrough.mp4 54.55 MB
01 Introduction/002 What Order Should You Watch In_.mp4 15.1 MB
01 Introduction/003 How I'm Running My Code.mp4 54.54 MB
02 Big O Notation/004 Intro to Big O.mp4 20.33 MB
02 Big O Notation/005 Timing Our Code.mp4 32.47 MB
02 Big O Notation/006 Counting Operations.mp4 14.44 MB
02 Big O Notation/007 Visualizing Time Complexities.mp4 15.84 MB
02 Big O Notation/008 Official Intro to Big O.mp4 43.9 MB
02 Big O Notation/009 Simplifying Big O Expressions.mp4 41.02 MB
02 Big O Notation/010 Space Complexity.mp4 21.62 MB
02 Big O Notation/011 Logs and Section Recap.mp4 23.37 MB
03 Analyzing Performance of Arrays and Objects/013 Section Introduction.mp4 5.14 MB
03 Analyzing Performance of Arrays and Objects/014 The BIG O of Objects.mp4 22.03 MB
03 Analyzing Performance of Arrays and Objects/015 When are Arrays Slow_.mp4 17.62 MB
03 Analyzing Performance of Arrays and Objects/016 Big O of Array Methods.mp4 30.54 MB
04 Problem Solving Approach/018 Introduction to Problem Solving.mp4 37.04 MB
04 Problem Solving Approach/019 Step 1_ Understand The Problem.mp4 63.28 MB
04 Problem Solving Approach/020 Step 2_ Concrete Examples.mp4 22.16 MB
04 Problem Solving Approach/021 Step 3_ Break It Down.mp4 36.84 MB
04 Problem Solving Approach/022 Step 4_ Solve Or Simplify.mp4 80.61 MB
04 Problem Solving Approach/023 Step 5_ Look Back and Refactor.mp4 66.26 MB
04 Problem Solving Approach/024 Recap and Interview Strategies.mp4 11.49 MB
05 Problem Solving Patterns/026 Intro to Problem Solving Patterns.mp4 8.45 MB
05 Problem Solving Patterns/027 Frequency Counter Pattern.mp4 64.48 MB
05 Problem Solving Patterns/028 Frequency Counter_ Anagram Challenge.mp4 11.92 MB
05 Problem Solving Patterns/029 Anagram Challenge Solution.mp4 36.08 MB
05 Problem Solving Patterns/030 Multiple Pointers Pattern.mp4 52.2 MB
05 Problem Solving Patterns/031 Multiple Pointers_ Count Unique Values Challenge.mp4 19.88 MB
05 Problem Solving Patterns/032 Count Unique Values Solution.mp4 23.08 MB
05 Problem Solving Patterns/033 Sliding Window Pattern.mp4 108.68 MB
05 Problem Solving Patterns/034 Divide And Conquer Pattern.mp4 20.2 MB
07 Recursion/040 Story Time_ Martin & The Dragon.mp4 17.37 MB
07 Recursion/041 Why Use Recursion_.mp4 21.41 MB
07 Recursion/042 The Call Stack.mp4 50.19 MB
07 Recursion/043 Our First Recursive Function.mp4 20.71 MB
07 Recursion/044 Our Second Recursive Function.mp4 37.34 MB
07 Recursion/045 Writing Factorial Iteratively.mp4 8.78 MB
07 Recursion/046 Writing Factorial Recursively.mp4 14.21 MB
07 Recursion/047 Common Recursion Pitfalls.mp4 23.84 MB
07 Recursion/048 Helper Method Recursion.mp4 27.25 MB
07 Recursion/049 Pure Recursion.mp4 32.95 MB
10 Searching Algorithms/056 Intro to Searching.mp4 21.51 MB
10 Searching Algorithms/057 Intro to Linear Search.mp4 62.46 MB
10 Searching Algorithms/058 Linear Search Solution.mp4 39.64 MB
10 Searching Algorithms/059 Linear Search BIG O.mp4 3.93 MB
10 Searching Algorithms/060 Intro to Binary Search.mp4 31 MB
10 Searching Algorithms/061 Binary Search PseudoCode.mp4 7.84 MB
10 Searching Algorithms/062 Binary Search Solution.mp4 139.32 MB
10 Searching Algorithms/063 Binary Search BIG O.mp4 25.89 MB
10 Searching Algorithms/064 Naive String Search.mp4 11.93 MB
10 Searching Algorithms/065 Naive String Search Implementation.mp4 62.86 MB
11 Bubble Sort/068 Introduction to Sorting Algorithms.mp4 53.43 MB
11 Bubble Sort/069 Built-In JavaScript Sorting.mp4 25.38 MB
11 Bubble Sort/070 Bubble Sort_ Overview.mp4 20.93 MB
11 Bubble Sort/071 Bubble Sort_ Implementation.mp4 52.3 MB
11 Bubble Sort/072 Bubble Sort_ Optimization.mp4 34.73 MB
11 Bubble Sort/073 Bubble Sort_ BIG O Complexity.mp4 8.32 MB
12 Selection Sort/075 Selection Sort_ Introduction.mp4 17.03 MB
12 Selection Sort/076 Selection Sort_ Implementation.mp4 75.48 MB
12 Selection Sort/077 Selection Sort_ Big O Complexity.mp4 5.94 MB
13 Insertion Sort/079 Insertion Sort_ Introduction.mp4 7.11 MB
13 Insertion Sort/080 Insertion Sort_ Implementation.mp4 64.37 MB
13 Insertion Sort/081 Insertion Sort_ BIG O Complexity.mp4 11.12 MB
14 Comparing Bubble, Selection, and Insertion Sort/082 Comparing Bubble, Selection, and Insertion Sort.mp4 19.29 MB
15 Merge Sort/084 Intro to the _Crazier_ Sorts.mp4 38.82 MB
15 Merge Sort/085 Merge Sort_ Introduction.mp4 14.58 MB
15 Merge Sort/086 Merging Arrays Intro.mp4 15.8 MB
15 Merge Sort/087 Merging Arrays_ Implementation.mp4 24.64 MB
15 Merge Sort/088 Writing Merge Sort Part 1.mp4 5.74 MB
15 Merge Sort/089 Writing Merge Sort Part 2.mp4 66.76 MB
15 Merge Sort/090 Merge Sort BIG O Complexity.mp4 33.07 MB
16 Quick Sort/092 Introduction to Quick Sort.mp4 18.54 MB
16 Quick Sort/093 Pivot Helper Introduction.mp4 32.93 MB
16 Quick Sort/094 Pivot Helper Implementation.mp4 41.13 MB
16 Quick Sort/095 Quick Sort Implementation.mp4 36.8 MB
16 Quick Sort/096 Quick Sort Call Stack Walkthrough.mp4 43.97 MB
16 Quick Sort/097 Quick Sort Big O Complexity.mp4 9.91 MB
17 Radix Sort/099 Radix Sort_ Introduction.mp4 63.34 MB
17 Radix Sort/100 Radix Sort_ Helper Methods.mp4 45.2 MB
17 Radix Sort/101 Radix Sort_ Pseudocode.mp4 21.31 MB
17 Radix Sort/102 Radix Sort_ Implementation.mp4 107.26 MB
17 Radix Sort/103 Radix Sort_ BIG O Complexity.mp4 55.65 MB
18 Data Structures Introduction/104 Which Data Structure Is The Best_.mp4 36.84 MB
18 Data Structures Introduction/105 ES2015 Class Syntax Overview.mp4 32.04 MB
18 Data Structures Introduction/106 Data Structures_ The Class Keyword.mp4 23.17 MB
18 Data Structures Introduction/107 Data Structures_ Adding Instance Methods.mp4 49.46 MB
18 Data Structures Introduction/108 Data Structures_ Adding Class Methods.mp4 55.05 MB
19 Singly Linked Lists/110 Intro to Singly Linked Lists.mp4 20.76 MB
19 Singly Linked Lists/111 Starter Code and Push Intro.mp4 23.74 MB
19 Singly Linked Lists/112 Singly Linked List_ Push Solution.mp4 21.16 MB
19 Singly Linked Lists/113 Singly Linked List_ Pop Intro.mp4 22.28 MB
19 Singly Linked Lists/114 Singly Linked List_ Pop Solution.mp4 52.62 MB
19 Singly Linked Lists/115 Singly Linked List_ Shift Intro.mp4 4.12 MB
19 Singly Linked Lists/116 Singly Linked List_ Shift Solution.mp4 13.7 MB
19 Singly Linked Lists/117 Singly Linked List_ Unshift Intro.mp4 4.65 MB
19 Singly Linked Lists/118 Singly Linked List_ Unshift Solution.mp4 29.46 MB
19 Singly Linked Lists/119 Singly Linked List_ Get Intro.mp4 5.81 MB
19 Singly Linked Lists/120 Singly Linked List_ Get Solution.mp4 14.27 MB
19 Singly Linked Lists/121 Singly Linked List_ Set Intro.mp4 3.54 MB
19 Singly Linked Lists/122 Singly Linked List_ Set Solution.mp4 8.24 MB
19 Singly Linked Lists/123 Singly Linked List_ Insert Intro.mp4 21.65 MB
19 Singly Linked Lists/124 Singly Linked List_ Insert Solution.mp4 30.37 MB
19 Singly Linked Lists/125 Singly Linked List_ Remove Intro.mp4 5.46 MB
19 Singly Linked Lists/126 Singly Linked List_ Remove Solution.mp4 15.86 MB
19 Singly Linked Lists/127 Singly Linked List_ Reverse Intro.mp4 12.69 MB
19 Singly Linked Lists/128 Singly Linked List_ Reverse Solution.mp4 44.51 MB
19 Singly Linked Lists/129 Singly Linked List_ BIG O Complexity.mp4 16.18 MB
20 Doubly Linked Lists/131 Doubly Linked Lists Introduction.mp4 12.73 MB
20 Doubly Linked Lists/132 Setting Up Our Node Class.mp4 11.98 MB
20 Doubly Linked Lists/133 Push.mp4 6.29 MB
20 Doubly Linked Lists/134 Push Solution.mp4 15.27 MB
20 Doubly Linked Lists/135 Pop.mp4 8.72 MB
20 Doubly Linked Lists/136 Pop Solution.mp4 32.27 MB
20 Doubly Linked Lists/137 Shift.mp4 7.94 MB
20 Doubly Linked Lists/138 Shift Solution.mp4 21.15 MB
20 Doubly Linked Lists/139 Unshift.mp4 4.77 MB
20 Doubly Linked Lists/140 Unshift Solution.mp4 14.16 MB
20 Doubly Linked Lists/141 Get.mp4 9.54 MB
20 Doubly Linked Lists/142 Get Solution.mp4 39.53 MB
20 Doubly Linked Lists/143 Set.mp4 3.35 MB
20 Doubly Linked Lists/144 Set Solution.mp4 8.74 MB
20 Doubly Linked Lists/145 Insert.mp4 7.72 MB
20 Doubly Linked Lists/146 Insert Solution.mp4 35.2 MB
20 Doubly Linked Lists/147 Remove.mp4 6.83 MB
20 Doubly Linked Lists/148 Remove Solution.mp4 38.74 MB
20 Doubly Linked Lists/149 Comparing Singly and Doubly Linked Lists.mp4 12.46 MB
21 Stacks + Queues/151 Intro to Stacks.mp4 22.73 MB
21 Stacks + Queues/152 Creating a Stack with an Array.mp4 21.92 MB
21 Stacks + Queues/153 Writing Our Own Stack From Scratch.mp4 55.43 MB
21 Stacks + Queues/154 BIG O of Stacks.mp4 8.2 MB
21 Stacks + Queues/155 Intro to Queues.mp4 12.18 MB
21 Stacks + Queues/156 Creating Queues Using Arrays.mp4 13.01 MB
21 Stacks + Queues/157 Writing Our Own Queue From Scratch.mp4 80.22 MB
21 Stacks + Queues/158 BIG O of Queues.mp4 6.12 MB
22 Binary Search Trees/160 Introduction to Trees.mp4 22.85 MB
22 Binary Search Trees/161 Uses For Trees.mp4 75.32 MB
22 Binary Search Trees/162 Intro to Binary Trees.mp4 20.31 MB
22 Binary Search Trees/163 POP QUIZ!.mp4 3.1 MB
22 Binary Search Trees/164 Searching A Binary Search Tree.mp4 11.06 MB
22 Binary Search Trees/165 Our Tree Classes.mp4 9.23 MB
22 Binary Search Trees/166 BST_ Insert.mp4 11.71 MB
22 Binary Search Trees/167 BST_ Insert Solution.mp4 51.58 MB
22 Binary Search Trees/168 BST_ Find.mp4 19.82 MB
22 Binary Search Trees/169 BST_ Find Solution.mp4 25 MB
22 Binary Search Trees/170 Big O of Binary Search Trees.mp4 24.51 MB
23 Tree Traversal/172 Intro To Tree Traversal.mp4 12.61 MB
23 Tree Traversal/173 Breadth First Search Intro.mp4 15.21 MB
23 Tree Traversal/174 Breadth First Search Solution.mp4 29.17 MB
23 Tree Traversal/175 Depth First PreOrder Intro.mp4 16.94 MB
23 Tree Traversal/176 Depth First PreOrder Solution.mp4 60.12 MB
23 Tree Traversal/177 Depth First PostOrder Intro.mp4 14.89 MB
23 Tree Traversal/178 Depth First PostOrder Solution.mp4 9.98 MB
23 Tree Traversal/179 Depth First InOrder Intro.mp4 6.19 MB
23 Tree Traversal/180 Depth First InOrder Solution.mp4 9.86 MB
23 Tree Traversal/181 When to Use BFS and DFS.mp4 23.02 MB
24 Binary Heaps/183 Intro to Heaps.mp4 30.45 MB
24 Binary Heaps/184 Storing Heaps.mp4 22.96 MB
24 Binary Heaps/185 Heap_ Insert Intro.mp4 35.14 MB
24 Binary Heaps/186 Heap_ Insert Solution.mp4 76.9 MB
24 Binary Heaps/187 Heap_ ExtractMax Intro.mp4 36.98 MB
24 Binary Heaps/188 Heap_ ExtractMax Solution.mp4 72.49 MB
24 Binary Heaps/189 Priority Queue Intro.mp4 89.41 MB
24 Binary Heaps/190 Priority Queue Pseudocode.mp4 10.45 MB
24 Binary Heaps/191 Priority Queue Solution.mp4 74.6 MB
24 Binary Heaps/192 BIG O of Binary Heaps.mp4 26.84 MB
25 Hash Tables/194 Intro to Hash Tables.mp4 18.24 MB
25 Hash Tables/195 More About Hash Tables.mp4 10.81 MB
25 Hash Tables/196 Intro to Hash Functions.mp4 43.58 MB
25 Hash Tables/197 Writing Our First Hash Function.mp4 26.1 MB
25 Hash Tables/198 Improving Our Hash Function.mp4 53.87 MB
25 Hash Tables/199 Handling Collisions.mp4 9.61 MB
25 Hash Tables/200 Hash Table Set and Get.mp4 11.71 MB
25 Hash Tables/201 Hash Table Set Solution.mp4 31.64 MB
25 Hash Tables/202 Hash Table Get Solution.mp4 26.17 MB
25 Hash Tables/203 Hash Table Keys and Values.mp4 4.15 MB
25 Hash Tables/204 Hash Table Keys and Values Solution.mp4 85.96 MB
25 Hash Tables/205 Hash Table Big O Complexity.mp4 15.1 MB
26 Graphs/207 Intro to Graphs.mp4 27.28 MB
26 Graphs/208 Uses for Graphs.mp4 148.13 MB
26 Graphs/209 Types of Graphs.mp4 53.95 MB
26 Graphs/210 Storing Graphs_ Adjacency Matrix.mp4 35.63 MB
26 Graphs/211 Storing Graphs_ Adjacency List.mp4 7.99 MB
26 Graphs/212 Adjacency Matrix Vs. List BIG O.mp4 29.03 MB
26 Graphs/213 Add Vertex Intro.mp4 6.84 MB
26 Graphs/214 Add Vertex Solution.mp4 9.5 MB
26 Graphs/215 Add Edge Intro.mp4 6.4 MB
26 Graphs/216 Add Edge Solution.mp4 10.14 MB
26 Graphs/217 Remove Edge Intro.mp4 4.47 MB
26 Graphs/218 Remove Edge Solution.mp4 13.36 MB
26 Graphs/219 Remove Vertex Intro.mp4 8.02 MB
26 Graphs/220 Remove Vertex Solution.mp4 25.67 MB
27 Graph Traversal/222 Intro to Graph Traversal.mp4 33.92 MB
27 Graph Traversal/223 Depth First Graph Traversal.mp4 21.75 MB
27 Graph Traversal/224 DFS Recursive Intro.mp4 64.54 MB
27 Graph Traversal/225 DFS Recursive Solution.mp4 82.4 MB
27 Graph Traversal/226 DFS Iterative Intro.mp4 16.79 MB
27 Graph Traversal/227 DFS Iterative Solution.mp4 66.64 MB
27 Graph Traversal/228 Breadth First Graph Traversal.mp4 7.99 MB
27 Graph Traversal/229 BFS Intro.mp4 7.4 MB
27 Graph Traversal/230 BFS Solution.mp4 33.92 MB
28 Dijkstra's Algorithm!/232 Intro to Dijkstra's and Prerequisites.mp4 7.96 MB
28 Dijkstra's Algorithm!/233 Who was Dijkstra and what is his Algorithm_.mp4 39.27 MB
28 Dijkstra's Algorithm!/234 Writing a Weighted Graph.mp4 21.45 MB
28 Dijkstra's Algorithm!/235 Walking through the Algorithm.mp4 63.64 MB
28 Dijkstra's Algorithm!/236 Introducing Our Simple Priority Queue.mp4 19.94 MB
28 Dijkstra's Algorithm!/237 Dijkstra's Pseudo-Code.mp4 45.28 MB
28 Dijkstra's Algorithm!/239 Upgrading the Priority Queue.mp4 25.9 MB
29 Dynamic Programming/240 Intro to Dynamic Programming.mp4 41.56 MB
29 Dynamic Programming/241 Overlapping Subproblems.mp4 22.9 MB
29 Dynamic Programming/242 Optimal Substructure.mp4 20.47 MB
29 Dynamic Programming/243 Writing A Recursive Solution.mp4 17.61 MB
29 Dynamic Programming/244 Time Complexity of Our Solution.mp4 46.11 MB
29 Dynamic Programming/245 The Problem With Our Solution.mp4 14.06 MB
29 Dynamic Programming/246 Enter Memoization!.mp4 39.75 MB
29 Dynamic Programming/247 Time Complexity of Memoized Solution.mp4 11.64 MB
29 Dynamic Programming/248 Tabulation_ A Bottom Up Approach.mp4 33.63 MB
其他位置