FileMood

Download Udemy - Python for Data Structures, Algorithms, and Interviews

Udemy Python for Data Structures Algorithms and Interviews

Name

Udemy - Python for Data Structures, Algorithms, and Interviews

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.8 GB

Total Files

236

Hash

728EEF0F91580E04E8224EB9F09315952CDAB698

/01 Course Setup/

001 Course Introduction.mp4

9.0 MB

002 Full Course Curriculum Overview.mp4

8.5 MB

003 How to get help for the Course.html

3.3 KB

004 Course FAQ.html

2.0 KB

/02 Company and Job Types/

001 Company Types Overview.mp4

10.7 MB

002 Job Type Overviews.mp4

19.7 MB

/03 Resume Preparation/

001 Resume Preparation.mp4

33.3 MB

002 Resume Creation Tools.mp4

12.9 MB

003 List of Resume Creation Websites.pdf

4.1 KB

004 Resume Checklist Review.html

6.6 KB

/04 Online Presence/

001 LinkedIn.mp4

18.7 MB

002 GitHub.mp4

26.1 MB

003 Personal Website and Portfolio.mp4

6.0 MB

/05 Networking/

001 Building a Network.mp4

7.9 MB

002 Networking Events.mp4

4.1 MB

/06 Job Searching/

001 Organization of Job Search.mp4

14.4 MB

002 Job Search Sites.mp4

14.2 MB

003 List of Job Boards and Sites.html

1.9 KB

004 Company Matching Sites.mp4

8.5 MB

005 List of Company Matching Sites.html

1.2 KB

/07 During the Interview Non-Technical/

001 Overview of Interview Section.mp4

1.1 MB

002 5 Steps of an Interview.mp4

9.9 MB

003 Tough Interview Questions.mp4

9.6 MB

004 Questions for Students.mp4

5.3 MB

005 Special Case Interview Questions.mp4

5.3 MB

/08 Post Interview/

001 Salary Negotiations.mp4

6.6 MB

002 Salary Questions and Answers.mp4

4.1 MB

003 Preparing References.mp4

3.8 MB

/09 Technical Break Section/

001 Technical Overview.mp4

3.3 MB

002 Getting Help for the Technical Section.html

2.0 KB

003 Questions Disclosure.html

1.2 KB

/10 Introduction to Jupyter Notebooks/

001 Course Material Installation Guide.html

3.2 KB

002 Windows - Course Material Installations.mp4

25.7 MB

003 Mac OSX - Course Material Installations.mp4

23.3 MB

004 Jupyter Notebooks Overview.mp4

28.8 MB

005 Course Notebooks.mp4

31.6 MB

006 Interview Notebooks.mp4

17.5 MB

/11 Algorithm Analysis and Big O/

001 Algorithm Analysis and Big O Section Overview.mp4

2.4 MB

002 Introduction to Algorithm Analysis and Big O.mp4

22.0 MB

003 Big O Notation.mp4

34.2 MB

004 Big O Examples.mp4

49.8 MB

005 Homework Asssignment.html

0.8 KB

006 Big O for Python Data Structures.mp4

23.5 MB

007 Big-O Reference Cheat Sheet.html

1.0 KB

/12 Array Sequences/

001 Introduction to Array Based Sequences.mp4

5.8 MB

002 Low Level Arrays.mp4

45.6 MB

003 Dynamic Array.mp4

29.2 MB

004 Dynamic Array Excercise.mp4

45.5 MB

005 Amortization.mp4

11.0 MB

006 Interview Problems - Arrays.mp4

5.1 MB

007 Anagram Check - Interview Problem.mp4

5.4 MB

008 Anagram Check - Interview Problem - SOLUTION.mp4

24.3 MB

009 Array Pair Sum - Interview Problem.mp4

3.1 MB

010 Array Pair Sum - Interview Problem - SOLUTION.mp4

25.5 MB

011 Find the Missing Element - Interview Problem.mp4

4.1 MB

012 Find the Missing Element - Interview Problem - SOLUTION.mp4

41.1 MB

013 Largest Continuous Sum - Interview Problem.mp4

3.9 MB

014 Largest Continuous Sum - Interview Problem - SOLUTION.mp4

19.1 MB

015 Sentence Reversal - Interview Problem.mp4

3.2 MB

016 Sentence Reversal - Interview Problem - SOLUTION.mp4

22.6 MB

017 String Compression - Interview Problem.mp4

4.7 MB

018 String Compression - Interview Problem - SOLUTION.mp4

18.1 MB

019 Unique Characters in a String - Interview Problem.mp4

2.5 MB

020 Unique Characters in String - Interview Problem - SOLUTION.mp4

9.3 MB

/13 Stacks Queues and Deques/

001 Stacks, Queues, and Deques Overview.mp4

2.1 MB

002 Stacks Overview.mp4

8.4 MB

003 Implementation of Stack.mp4

22.1 MB

004 Queue Overview.mp4

6.7 MB

005 Implementation of Queue.mp4

13.7 MB

006 Deque Overview.mp4

3.5 MB

007 Implementation of Deque.mp4

19.9 MB

008 Stacks, Queues, and Deques Interview Problems.mp4

2.5 MB

009 Implement a Stack - Interview Problem.mp4

2.7 MB

010 Implement a Queue.mp4

1.8 MB

011 Implement a Deque - Interview Problem.mp4

2.3 MB

012 Balanced Parentheses Check - Interview Problem.mp4

8.2 MB

013 Balanced Parentheses Check - Interview Problem - SOLUTION.mp4

32.9 MB

014 Implement a Queue using 2 Stacks - Interview Problem -.mp4

6.7 MB

015 Implement a Queue using 2 Stacks - Interview Problem - SOLUTION.mp4

17.7 MB

/14 Linked Lists/

001 Linked Lists Overview.mp4

843.0 KB

002 Singly Linked Lists.mp4

19.9 MB

003 Singly Linked List Implementation.mp4

14.5 MB

004 Doubly Linked Lists.mp4

12.0 MB

005 Doubly Linked List Implementation.mp4

8.2 MB

006 Singly Linked List Cycle Check - Interview Problem.mp4

8.2 MB

007 Singly Linked List Cycle Check - Interview Problem - SOLUTION.mp4

23.4 MB

008 Linked List Reversal - Interview Problem.mp4

11.0 MB

009 Linked List Reversal - Interview Problem - SOLUTION.mp4

19.1 MB

010 Linked List Nth to Last Node - Interview Problem.mp4

6.7 MB

011 Linked List Nth to Last Node - Interview Problem - SOLUTION.mp4

26.3 MB

012 Implement a Linked List - Interview Problem.mp4

4.0 MB

013 Implement a Linked List - Interview Problem - SOLUTION.mp4

5.0 MB

/15 Recursion/

001 Introduction to Recursion.mp4

20.1 MB

002 Recursion Homework Example Problems.mp4

23.2 MB

003 Recursion Homework Example Problems - SOLUTIONS.mp4

37.9 MB

004 Memoization.mp4

13.4 MB

005 Recursion Interview Problem - 1.mp4

7.8 MB

006 Recursion Interview Problem - 1 - SOLUTION.mp4

16.3 MB

007 Recursion Interview Problem - 2.mp4

8.3 MB

008 Recursion Interview Problem - 2 - SOLUTION.mp4

38.8 MB

009 Recursion Interview Problem - 3.mp4

18.7 MB

010 Recursion Interview Problem - 3 - SOLUTION.mp4

42.7 MB

011 Recursion Interview Problem - 4.mp4

19.0 MB

012 Recursion Interview Problem - 4 - SOLUTION.mp4

73.6 MB

013 Advanced Topic Reading - Tail Recursion in Python.html

1.6 KB

/16 Trees/

001 Introduction to Trees.mp4

22.5 MB

002 Tree Representation Implementation - Part 1.mp4

2.8 MB

003 Tree Representation Implementation - Part 2.mp4

22.8 MB

004 Nodes and References Implementation.mp4

28.1 MB

005 Tree Traversals.mp4

17.7 MB

006 Priority Queues with Binary Heaps.mp4

5.0 MB

007 Binary Heap Implementation.mp4

56.0 MB

008 Binary Search Trees.mp4

4.2 MB

009 Implementation of Binary Search Trees - Part 1.mp4

44.7 MB

010 Implementation of Binary Search Trees - Part 2.mp4

38.1 MB

011 Binary Search Tree Check - Interview Problem.mp4

8.3 MB

012 Binary Search Tree Check- Interview Problem - SOLUTION.mp4

26.0 MB

013 Tree Level Order Print - Interview Problem.mp4

4.2 MB

014 Tree Level Order Print - Interview Problem - SOLUTION.mp4

29.9 MB

015 Trim a Binary Search Tree - Interview Problem.mp4

7.3 MB

016 Trim a Binary Search Tree - Interview Problem - SOLUTION.mp4

25.4 MB

/17 Searching and Sorting/

001 Search Overview.mp4

2.4 MB

002 Sequential Search.mp4

6.9 MB

003 Implementation of Sequential Search.mp4

13.8 MB

004 Binary Search.mp4

7.3 MB

005 Implementation of Binary Search.mp4

23.2 MB

006 Hashing.mp4

34.8 MB

007 Implementation of a Hash Table.mp4

63.5 MB

008 Sorting Overview.mp4

2.6 MB

009 Quick Note on Learning Sorting Algorithms.html

1.8 KB

010 Resources for Visualizing Sorting Algorithms.mp4

19.4 MB

011 Bubble Sort.mp4

22.7 MB

012 Implementation of Bubble Sort.mp4

21.1 MB

013 Selection Sort.mp4

17.3 MB

014 Implementation of Selection Sort.mp4

25.3 MB

015 Insertion Sort.mp4

14.7 MB

016 Implementation of Insertion Sort.mp4

23.0 MB

017 Shell Sort.mp4

9.8 MB

018 Implementation of Shell Sort.mp4

25.8 MB

019 Merge Sort.mp4

14.1 MB

020 Implementation of Merge Sort.mp4

35.3 MB

021 Quick Sort.mp4

25.0 MB

022 Implementation of Quick Sort.mp4

36.6 MB

023 Sorting Interview Problems.mp4

3.2 MB

024 Implement Binary Search Interview Problem.mp4

692.8 KB

025 Implement Bubble Sort Algorithm Interview Problem.mp4

682.9 KB

026 Implement Selection Sort Algorithm Interview Problem.mp4

687.3 KB

027 Implement Insertion Sort Algorithm Interview Problem.mp4

633.8 KB

028 Implement Shell Sort Algorithm Interview Problem.mp4

613.3 KB

029 Implement Merge Sort Algorithm Interview Problem.mp4

631.5 KB

030 Implement Quick Sort Algorithm Interview Problem.mp4

1.1 MB

/18 Graph Algorithms/

001 Important Graph Terms.html

0.8 KB

002 Adjacency Matrix and Adjacency List.html

0.8 KB

003 Word Ladder Example Problem.html

0.8 KB

004 Implementation of a Graph.html

0.8 KB

005 Breadth First Search.html

0.8 KB

006 Knights Tour Example Problem.html

0.8 KB

007 General Depth First Search.html

0.8 KB

008 Connected Components.html

0.8 KB

009 Shortest Paths Problem.html

0.8 KB

010 Dijkstras Algorithm.html

0.8 KB

011 Implement a Graph - Interview Problem.html

0.8 KB

012 Implement a Graph - Interview Problem - SOLUTION.html

0.9 KB

013 Implement Depth First Search - Interview Problem.html

0.9 KB

014 Implement Depth First Search - Interview Problem - SOLUTION.html

0.9 KB

015 Implement Breadth First Search - Interview Problem.html

0.9 KB

016 Implement Breadth First Search - Interview Problem - SOLUTION.html

0.9 KB

/19 Riddles/

001 How to Approach Riddles and Brain Teasers.mp4

6.5 MB

002 Bridge Crossing - Interview Problem.mp4

7.7 MB

003 Bridge Crossing - Interview Problem - SOLUTION.mp4

11.5 MB

004 Coins and a Scale - Interview Problem.mp4

2.3 MB

005 Coins and a Scale - Interview Problem - SOLUTION.mp4

10.5 MB

006 Egg Drop - Interview Problem.mp4

6.2 MB

007 Egg Drop - Interview Problem - SOLUTION.mp4

18.0 MB

008 Hallway Lockers - Interview Problem.mp4

6.4 MB

009 Hallway Lockers - Interview Problem - SOLUTION.mp4

32.6 MB

010 Jugs of Water - Interview Problem.mp4

1.4 MB

011 Jugs of Water - Interview Problem - SOLUTION.mp4

5.6 MB

012 Light Switches - Interview Problem.mp4

4.7 MB

013 Light Switches - Interview Problem - SOLUTION.mp4

8.6 MB

014 Ropes Burning - Interview Problem.mp4

2.8 MB

015 Ropes Burning - Interview Problem - SOLUTION.mp4

4.6 MB

/20 Introduction to Mock Interview Section/

001 Mock Interviews Overview.mp4

6.5 MB

002 Non-Technical Questions Guide.mp4

1.5 MB

003 General Non Technical Interview Questions List.html

3.3 KB

004 Questions after an Interview Guide.mp4

11.2 MB

005 List of Questions to Ask after an Interview.html

7.2 KB

/21 Mock Interview 1 - E-Commerce Company/

001 E-Commerce Company Interview - Overview.mp4

2.1 MB

002 Phone Screen.mp4

4.0 MB

003 On Site Question 1.mp4

10.1 MB

004 On Site Question 2.mp4

8.2 MB

005 On Site Question 3.mp4

6.9 MB

006 Phone Screen -SOLUTION.mp4

20.4 MB

007 On Site Question 1 -SOLUTION.mp4

38.8 MB

007 On Site Question 1 -SOLUTION.mp4.jpg

80.0 KB

008 On Site Question 2 -SOLUTION.mp4

23.5 MB

008 On Site Question 2 -SOLUTION.mp4.jpg

51.9 KB

009 On Site Question 3 -SOLUTION.mp4

30.5 MB

009 On Site Question 3 -SOLUTION.mp4.jpg

87.4 KB

010 Company Specifics Interview.html

10.1 KB

/22 Mock Interview 2 - Large Search Engine Company/

001 Large Search Engine Company Interview Overview.mp4

1.6 MB

002 Phone Screen.mp4

9.9 MB

003 On Site Question 1.mp4

2.8 MB

004 On Site Question 2.mp4

2.0 MB

005 On Site Question 3.mp4

1.4 MB

006 On Site Question 4.mp4

4.8 MB

007 Phone Screen - SOLUTION.mp4

20.5 MB

008 On Site Question 1 -SOLUTION.mp4

7.6 MB

009 On Site Question 2 -SOLUTION.mp4

21.7 MB

010 On Site Question 3 -SOLUTION.mp4

3.6 MB

011 On Site Question 4 -SOLUTION.mp4

33.8 MB

012 Company Specifics Interview.html

8.6 KB

/23 Mock Interview 3 - Ride Share Start-Up Company/

001 Ride Share Start-Up Interview Overview.mp4

1.3 MB

002 Phone Screen.mp4

2.8 MB

003 On Site Question 1.mp4

2.7 MB

004 On Site Question 2.mp4

3.6 MB

005 On Site Question 3.mp4

1.8 MB

006 Phone Screen - SOLUTION.mp4

8.0 MB

007 On Site Question 1 -SOLUTION.mp4

32.2 MB

008 On Site Question 2 -SOLUTION.mp4

14.6 MB

009 On Site Question 3 -SOLUTION.mp4

31.4 MB

010 Company Specifics Resources.html

11.7 KB

/24 Mock Interview 4 - Social Network Company/

001 Social Network Company Interview Overview.mp4

1.0 MB

002 Phone Screen.mp4

4.8 MB

003 On Site Question 1.mp4

5.0 MB

004 On Site Question 2.mp4

3.5 MB

005 On Site Question 3.mp4

3.5 MB

006 Phone Screen - SOLUTION.mp4

4.8 MB

007 On Site Question 1 -SOLUTION.mp4

11.2 MB

007 On Site Question 1 -SOLUTION.mp4.jpg

49.7 KB

008 On Site Question 2 -SOLUTION.mp4

19.8 MB

008 On Site Question 2 -SOLUTION.mp4.jpg

61.5 KB

009 On Site Question 3 -SOLUTION.mp4

11.1 MB

009 On Site Question 3 -SOLUTION.mp4.jpg

56.2 KB

010 Company Specific Resources.html

10.7 KB

/25 Bonus Special Offers/

001 Bonus Offers and Discounts for other Courses.html

1.5 KB

 

Total files 236


Copyright © 2025 FileMood.com