首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Udemy - Python for Data Structures, Algorithms, and Interviews
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2018-3-17 12:48
2024-10-22 23:45
236
2.63 GB
194
磁力链接
magnet:?xt=urn:btih:728eef0f91580e04e8224eb9f09315952cdab698
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjcyOGVlZjBmOTE1ODBlMDRlODIyNGViOWYwOTMxNTk1MmNkYWI2OThaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Udemy
-
Python
for
Data
Structures
Algorithms
and
Interviews
文件列表
01 Course Setup/001 Course Introduction.mp4
8.54MB
01 Course Setup/002 Full Course Curriculum Overview.mp4
8.11MB
02 Company and Job Types/001 Company Types Overview.mp4
10.21MB
02 Company and Job Types/002 Job Type Overviews.mp4
18.8MB
03 Resume Preparation/001 Resume Preparation.mp4
31.73MB
03 Resume Preparation/002 Resume Creation Tools.mp4
12.26MB
04 Online Presence/001 LinkedIn.mp4
17.86MB
04 Online Presence/002 GitHub.mp4
24.89MB
04 Online Presence/003 Personal Website and Portfolio.mp4
5.7MB
05 Networking/001 Building a Network.mp4
7.5MB
05 Networking/002 Networking Events.mp4
3.87MB
06 Job Searching/001 Organization of Job Search.mp4
13.76MB
06 Job Searching/002 Job Search Sites.mp4
13.57MB
06 Job Searching/004 Company Matching Sites.mp4
8.1MB
07 During the Interview Non-Technical/001 Overview of Interview Section.mp4
1MB
07 During the Interview Non-Technical/002 5 Steps of an Interview.mp4
9.47MB
07 During the Interview Non-Technical/003 Tough Interview Questions.mp4
9.19MB
07 During the Interview Non-Technical/004 Questions for Students.mp4
5.08MB
07 During the Interview Non-Technical/005 Special Case Interview Questions.mp4
5.02MB
08 Post Interview/001 Salary Negotiations.mp4
6.33MB
08 Post Interview/002 Salary Questions and Answers.mp4
3.95MB
08 Post Interview/003 Preparing References.mp4
3.59MB
09 Technical Break Section/001 Technical Overview.mp4
3.13MB
10 Introduction to Jupyter Notebooks/002 Windows - Course Material Installations.mp4
24.51MB
10 Introduction to Jupyter Notebooks/003 Mac OSX - Course Material Installations.mp4
22.2MB
10 Introduction to Jupyter Notebooks/004 Jupyter Notebooks Overview.mp4
27.5MB
10 Introduction to Jupyter Notebooks/005 Course Notebooks.mp4
30.1MB
10 Introduction to Jupyter Notebooks/006 Interview Notebooks.mp4
16.66MB
11 Algorithm Analysis and Big O/001 Algorithm Analysis and Big O Section Overview.mp4
2.28MB
11 Algorithm Analysis and Big O/002 Introduction to Algorithm Analysis and Big O.mp4
20.95MB
11 Algorithm Analysis and Big O/003 Big O Notation.mp4
32.63MB
11 Algorithm Analysis and Big O/004 Big O Examples.mp4
47.5MB
11 Algorithm Analysis and Big O/006 Big O for Python Data Structures.mp4
22.44MB
12 Array Sequences/001 Introduction to Array Based Sequences.mp4
5.5MB
12 Array Sequences/002 Low Level Arrays.mp4
43.5MB
12 Array Sequences/003 Dynamic Array.mp4
27.89MB
12 Array Sequences/004 Dynamic Array Excercise.mp4
43.36MB
12 Array Sequences/005 Amortization.mp4
10.48MB
12 Array Sequences/006 Interview Problems - Arrays.mp4
4.82MB
12 Array Sequences/007 Anagram Check - Interview Problem.mp4
5.15MB
12 Array Sequences/008 Anagram Check - Interview Problem - SOLUTION.mp4
23.15MB
12 Array Sequences/009 Array Pair Sum - Interview Problem.mp4
2.99MB
12 Array Sequences/010 Array Pair Sum - Interview Problem - SOLUTION.mp4
24.36MB
12 Array Sequences/011 Find the Missing Element - Interview Problem.mp4
3.88MB
12 Array Sequences/012 Find the Missing Element - Interview Problem - SOLUTION.mp4
39.16MB
12 Array Sequences/013 Largest Continuous Sum - Interview Problem.mp4
3.76MB
12 Array Sequences/014 Largest Continuous Sum - Interview Problem - SOLUTION.mp4
18.17MB
12 Array Sequences/015 Sentence Reversal - Interview Problem.mp4
3.08MB
12 Array Sequences/016 Sentence Reversal - Interview Problem - SOLUTION.mp4
21.58MB
12 Array Sequences/017 String Compression - Interview Problem.mp4
4.52MB
12 Array Sequences/018 String Compression - Interview Problem - SOLUTION.mp4
17.22MB
12 Array Sequences/019 Unique Characters in a String - Interview Problem.mp4
2.42MB
12 Array Sequences/020 Unique Characters in String - Interview Problem - SOLUTION.mp4
8.87MB
13 Stacks Queues and Deques/001 Stacks, Queues, and Deques Overview.mp4
2.02MB
13 Stacks Queues and Deques/002 Stacks Overview.mp4
7.99MB
13 Stacks Queues and Deques/003 Implementation of Stack.mp4
21.06MB
13 Stacks Queues and Deques/004 Queue Overview.mp4
6.42MB
13 Stacks Queues and Deques/005 Implementation of Queue.mp4
13.09MB
13 Stacks Queues and Deques/006 Deque Overview.mp4
3.35MB
13 Stacks Queues and Deques/007 Implementation of Deque.mp4
18.94MB
13 Stacks Queues and Deques/008 Stacks, Queues, and Deques Interview Problems.mp4
2.35MB
13 Stacks Queues and Deques/009 Implement a Stack - Interview Problem.mp4
2.56MB
13 Stacks Queues and Deques/010 Implement a Queue.mp4
1.76MB
13 Stacks Queues and Deques/011 Implement a Deque - Interview Problem.mp4
2.22MB
13 Stacks Queues and Deques/012 Balanced Parentheses Check - Interview Problem.mp4
7.85MB
13 Stacks Queues and Deques/013 Balanced Parentheses Check - Interview Problem - SOLUTION.mp4
31.39MB
13 Stacks Queues and Deques/014 Implement a Queue using 2 Stacks - Interview Problem -.mp4
6.37MB
13 Stacks Queues and Deques/015 Implement a Queue using 2 Stacks - Interview Problem - SOLUTION.mp4
16.85MB
14 Linked Lists/001 Linked Lists Overview.mp4
823.28KB
14 Linked Lists/002 Singly Linked Lists.mp4
18.94MB
14 Linked Lists/003 Singly Linked List Implementation.mp4
13.83MB
14 Linked Lists/004 Doubly Linked Lists.mp4
11.42MB
14 Linked Lists/005 Doubly Linked List Implementation.mp4
7.82MB
14 Linked Lists/006 Singly Linked List Cycle Check - Interview Problem.mp4
7.85MB
14 Linked Lists/007 Singly Linked List Cycle Check - Interview Problem - SOLUTION.mp4
22.36MB
14 Linked Lists/008 Linked List Reversal - Interview Problem.mp4
10.52MB
14 Linked Lists/009 Linked List Reversal - Interview Problem - SOLUTION.mp4
18.18MB
14 Linked Lists/010 Linked List Nth to Last Node - Interview Problem.mp4
6.37MB
14 Linked Lists/011 Linked List Nth to Last Node - Interview Problem - SOLUTION.mp4
25.13MB
14 Linked Lists/012 Implement a Linked List - Interview Problem.mp4
3.82MB
14 Linked Lists/013 Implement a Linked List - Interview Problem - SOLUTION.mp4
4.78MB
15 Recursion/001 Introduction to Recursion.mp4
19.21MB
15 Recursion/002 Recursion Homework Example Problems.mp4
22.16MB
15 Recursion/003 Recursion Homework Example Problems - SOLUTIONS.mp4
36.15MB
15 Recursion/004 Memoization.mp4
12.76MB
15 Recursion/005 Recursion Interview Problem - 1.mp4
7.46MB
15 Recursion/006 Recursion Interview Problem - 1 - SOLUTION.mp4
15.54MB
15 Recursion/007 Recursion Interview Problem - 2.mp4
7.89MB
15 Recursion/008 Recursion Interview Problem - 2 - SOLUTION.mp4
37.04MB
15 Recursion/009 Recursion Interview Problem - 3.mp4
17.86MB
15 Recursion/010 Recursion Interview Problem - 3 - SOLUTION.mp4
40.68MB
15 Recursion/011 Recursion Interview Problem - 4.mp4
18.13MB
15 Recursion/012 Recursion Interview Problem - 4 - SOLUTION.mp4
70.16MB
16 Trees/001 Introduction to Trees.mp4
21.42MB
16 Trees/002 Tree Representation Implementation - Part 1.mp4
2.63MB
16 Trees/003 Tree Representation Implementation - Part 2.mp4
21.74MB
16 Trees/004 Nodes and References Implementation.mp4
26.83MB
16 Trees/005 Tree Traversals.mp4
16.9MB
16 Trees/006 Priority Queues with Binary Heaps.mp4
4.79MB
16 Trees/007 Binary Heap Implementation.mp4
53.42MB
16 Trees/008 Binary Search Trees.mp4
4.04MB
16 Trees/009 Implementation of Binary Search Trees - Part 1.mp4
42.65MB
16 Trees/010 Implementation of Binary Search Trees - Part 2.mp4
36.33MB
16 Trees/011 Binary Search Tree Check - Interview Problem.mp4
7.92MB
16 Trees/012 Binary Search Tree Check- Interview Problem - SOLUTION.mp4
24.79MB
16 Trees/013 Tree Level Order Print - Interview Problem.mp4
4MB
16 Trees/014 Tree Level Order Print - Interview Problem - SOLUTION.mp4
28.47MB
16 Trees/015 Trim a Binary Search Tree - Interview Problem.mp4
6.94MB
16 Trees/016 Trim a Binary Search Tree - Interview Problem - SOLUTION.mp4
24.18MB
17 Searching and Sorting/001 Search Overview.mp4
2.28MB
17 Searching and Sorting/002 Sequential Search.mp4
6.57MB
17 Searching and Sorting/003 Implementation of Sequential Search.mp4
13.18MB
17 Searching and Sorting/004 Binary Search.mp4
6.96MB
17 Searching and Sorting/005 Implementation of Binary Search.mp4
22.17MB
17 Searching and Sorting/006 Hashing.mp4
33.19MB
17 Searching and Sorting/007 Implementation of a Hash Table.mp4
60.51MB
17 Searching and Sorting/008 Sorting Overview.mp4
2.52MB
17 Searching and Sorting/010 Resources for Visualizing Sorting Algorithms.mp4
18.51MB
17 Searching and Sorting/011 Bubble Sort.mp4
21.66MB
17 Searching and Sorting/012 Implementation of Bubble Sort.mp4
20.16MB
17 Searching and Sorting/013 Selection Sort.mp4
16.47MB
17 Searching and Sorting/014 Implementation of Selection Sort.mp4
24.13MB
17 Searching and Sorting/015 Insertion Sort.mp4
14.03MB
17 Searching and Sorting/016 Implementation of Insertion Sort.mp4
21.95MB
17 Searching and Sorting/017 Shell Sort.mp4
9.37MB
17 Searching and Sorting/018 Implementation of Shell Sort.mp4
24.56MB
17 Searching and Sorting/019 Merge Sort.mp4
13.41MB
17 Searching and Sorting/020 Implementation of Merge Sort.mp4
33.63MB
17 Searching and Sorting/021 Quick Sort.mp4
23.85MB
17 Searching and Sorting/022 Implementation of Quick Sort.mp4
34.91MB
17 Searching and Sorting/023 Sorting Interview Problems.mp4
3.04MB
17 Searching and Sorting/024 Implement Binary Search Interview Problem.mp4
676.53KB
17 Searching and Sorting/025 Implement Bubble Sort Algorithm Interview Problem.mp4
666.94KB
17 Searching and Sorting/026 Implement Selection Sort Algorithm Interview Problem.mp4
671.24KB
17 Searching and Sorting/027 Implement Insertion Sort Algorithm Interview Problem.mp4
618.96KB
17 Searching and Sorting/028 Implement Shell Sort Algorithm Interview Problem.mp4
598.94KB
17 Searching and Sorting/029 Implement Merge Sort Algorithm Interview Problem.mp4
616.72KB
17 Searching and Sorting/030 Implement Quick Sort Algorithm Interview Problem.mp4
1.02MB
19 Riddles/001 How to Approach Riddles and Brain Teasers.mp4
6.22MB
19 Riddles/002 Bridge Crossing - Interview Problem.mp4
7.32MB
19 Riddles/003 Bridge Crossing - Interview Problem - SOLUTION.mp4
10.97MB
19 Riddles/004 Coins and a Scale - Interview Problem.mp4
2.18MB
19 Riddles/005 Coins and a Scale - Interview Problem - SOLUTION.mp4
10.01MB
19 Riddles/006 Egg Drop - Interview Problem.mp4
5.89MB
19 Riddles/007 Egg Drop - Interview Problem - SOLUTION.mp4
17.15MB
19 Riddles/008 Hallway Lockers - Interview Problem.mp4
6.09MB
19 Riddles/009 Hallway Lockers - Interview Problem - SOLUTION.mp4
31.06MB
19 Riddles/010 Jugs of Water - Interview Problem.mp4
1.31MB
19 Riddles/011 Jugs of Water - Interview Problem - SOLUTION.mp4
5.38MB
19 Riddles/012 Light Switches - Interview Problem.mp4
4.48MB
19 Riddles/013 Light Switches - Interview Problem - SOLUTION.mp4
8.21MB
19 Riddles/014 Ropes Burning - Interview Problem.mp4
2.71MB
19 Riddles/015 Ropes Burning - Interview Problem - SOLUTION.mp4
4.37MB
20 Introduction to Mock Interview Section/001 Mock Interviews Overview.mp4
6.21MB
20 Introduction to Mock Interview Section/002 Non-Technical Questions Guide.mp4
1.46MB
20 Introduction to Mock Interview Section/004 Questions after an Interview Guide.mp4
10.66MB
21 Mock Interview 1 - E-Commerce Company/001 E-Commerce Company Interview - Overview.mp4
1.99MB
21 Mock Interview 1 - E-Commerce Company/002 Phone Screen.mp4
3.81MB
21 Mock Interview 1 - E-Commerce Company/003 On Site Question 1.mp4
9.62MB
21 Mock Interview 1 - E-Commerce Company/004 On Site Question 2.mp4
7.81MB
21 Mock Interview 1 - E-Commerce Company/005 On Site Question 3.mp4
6.59MB
21 Mock Interview 1 - E-Commerce Company/006 Phone Screen -SOLUTION.mp4
19.42MB
21 Mock Interview 1 - E-Commerce Company/007 On Site Question 1 -SOLUTION.mp4
37.03MB
21 Mock Interview 1 - E-Commerce Company/008 On Site Question 2 -SOLUTION.mp4
22.37MB
21 Mock Interview 1 - E-Commerce Company/009 On Site Question 3 -SOLUTION.mp4
29.13MB
22 Mock Interview 2 - Large Search Engine Company/001 Large Search Engine Company Interview Overview.mp4
1.5MB
22 Mock Interview 2 - Large Search Engine Company/002 Phone Screen.mp4
9.47MB
22 Mock Interview 2 - Large Search Engine Company/003 On Site Question 1.mp4
2.67MB
22 Mock Interview 2 - Large Search Engine Company/004 On Site Question 2.mp4
1.94MB
22 Mock Interview 2 - Large Search Engine Company/005 On Site Question 3.mp4
1.35MB
22 Mock Interview 2 - Large Search Engine Company/006 On Site Question 4.mp4
4.62MB
22 Mock Interview 2 - Large Search Engine Company/007 Phone Screen - SOLUTION.mp4
19.6MB
22 Mock Interview 2 - Large Search Engine Company/008 On Site Question 1 -SOLUTION.mp4
7.23MB
22 Mock Interview 2 - Large Search Engine Company/009 On Site Question 2 -SOLUTION.mp4
20.72MB
22 Mock Interview 2 - Large Search Engine Company/010 On Site Question 3 -SOLUTION.mp4
3.39MB
22 Mock Interview 2 - Large Search Engine Company/011 On Site Question 4 -SOLUTION.mp4
32.22MB
23 Mock Interview 3 - Ride Share Start-Up Company/001 Ride Share Start-Up Interview Overview.mp4
1.19MB
23 Mock Interview 3 - Ride Share Start-Up Company/002 Phone Screen.mp4
2.7MB
23 Mock Interview 3 - Ride Share Start-Up Company/003 On Site Question 1.mp4
2.59MB
23 Mock Interview 3 - Ride Share Start-Up Company/004 On Site Question 2.mp4
3.43MB
23 Mock Interview 3 - Ride Share Start-Up Company/005 On Site Question 3.mp4
1.69MB
23 Mock Interview 3 - Ride Share Start-Up Company/006 Phone Screen - SOLUTION.mp4
7.67MB
23 Mock Interview 3 - Ride Share Start-Up Company/007 On Site Question 1 -SOLUTION.mp4
30.75MB
23 Mock Interview 3 - Ride Share Start-Up Company/008 On Site Question 2 -SOLUTION.mp4
13.92MB
23 Mock Interview 3 - Ride Share Start-Up Company/009 On Site Question 3 -SOLUTION.mp4
29.96MB
24 Mock Interview 4 - Social Network Company/001 Social Network Company Interview Overview.mp4
1016.51KB
24 Mock Interview 4 - Social Network Company/002 Phone Screen.mp4
4.6MB
24 Mock Interview 4 - Social Network Company/003 On Site Question 1.mp4
4.74MB
24 Mock Interview 4 - Social Network Company/004 On Site Question 2.mp4
3.37MB
24 Mock Interview 4 - Social Network Company/005 On Site Question 3.mp4
3.37MB
24 Mock Interview 4 - Social Network Company/006 Phone Screen - SOLUTION.mp4
4.6MB
24 Mock Interview 4 - Social Network Company/007 On Site Question 1 -SOLUTION.mp4
10.67MB
24 Mock Interview 4 - Social Network Company/008 On Site Question 2 -SOLUTION.mp4
18.87MB
24 Mock Interview 4 - Social Network Company/009 On Site Question 3 -SOLUTION.mp4
10.61MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统