-
Урок 1.
00:02:57
Course Introduction
-
Урок 2.
00:03:54
Full Course Curriculum Overview
-
Урок 3.
00:04:23
Company Types Overview
-
Урок 4.
00:05:40
Job Type Overviews
-
Урок 5.
00:05:45
Resume Preparation
-
Урок 6.
00:03:02
Resume Creation Tools
-
Урок 7.
00:06:15
LinkedIn
-
Урок 8.
00:07:20
GitHub
-
Урок 9.
00:03:03
Personal Website and Portfolio
-
Урок 10.
00:02:34
Building a Network
-
Урок 11.
00:02:05
Networking Events
-
Урок 12.
00:05:36
Organization of Job Search
-
Урок 13.
00:03:50
Job Search Sites
-
Урок 14.
00:03:16
Company Matching Sites
-
Урок 15.
00:00:33
Overview of Interview Section
-
Урок 16.
00:04:10
5 Steps of an Interview
-
Урок 17.
00:06:48
Tough Interview Questions
-
Урок 18.
00:02:06
Questions for Students
-
Урок 19.
00:02:09
Special Case Interview Questions
-
Урок 20.
00:02:41
Salary Negotiations
-
Урок 21.
00:01:38
Salary Questions and Answers
-
Урок 22.
00:01:48
Preparing References
-
Урок 23.
00:01:48
Technical Overview
-
Урок 24.
00:06:46
Windows - Course Material Installations
-
Урок 25.
00:05:11
Mac OSX - Course Material Installations
-
Урок 26.
00:10:19
Jupyter Notebooks Overview
-
Урок 27.
00:09:23
Course Notebooks
-
Урок 28.
00:06:06
Interview Notebooks
-
Урок 29.
00:01:08
Algorithm Analysis and Big O Section Overview
-
Урок 30.
00:06:35
Introduction to Algorithm Analysis and Big O
-
Урок 31.
00:07:51
Big O Notation
-
Урок 32.
00:19:26
Big O Examples
-
Урок 33.
00:05:10
Big O for Python Data Structures
-
Урок 34.
00:02:35
Introduction to Array Based Sequences
-
Урок 35.
00:18:25
Low Level Arrays
-
Урок 36.
00:10:12
Dynamic Array
-
Урок 37.
00:16:11
Dynamic Array Excercise
-
Урок 38.
00:04:27
Amortization
-
Урок 39.
00:01:58
Interview Problems - Arrays
-
Урок 40.
00:01:19
Anagram Check - Interview Problem
-
Урок 41.
00:09:15
Anagram Check - Interview Problem - SOLUTION
-
Урок 42.
00:01:04
Array Pair Sum - Interview Problem
-
Урок 43.
00:08:02
Array Pair Sum - Interview Problem - SOLUTION
-
Урок 44.
00:01:04
Find the Missing Element - Interview Problem
-
Урок 45.
00:11:59
Find the Missing Element - Interview Problem - SOLUTION
-
Урок 46.
00:01:05
Largest Continuous Sum - Interview Problem
-
Урок 47.
00:06:16
Largest Continuous Sum - Interview Problem - SOLUTION
-
Урок 48.
00:00:58
Sentence Reversal - Interview Problem
-
Урок 49.
00:07:37
Sentence Reversal - Interview Problem - SOLUTION
-
Урок 50.
00:01:03
String Compression - Interview Problem
-
Урок 51.
00:06:50
String Compression - Interview Problem - SOLUTION
-
Урок 52.
00:00:35
Unique Characters in a String - Interview Problem
-
Урок 53.
00:03:57
Unique Characters in String - Interview Problem - SOLUTION
-
Урок 54.
00:00:54
Stacks, Queues, and Deques Overview
-
Урок 55.
00:03:32
Stacks Overview
-
Урок 56.
00:07:09
Implementation of Stack
-
Урок 57.
00:02:51
Queue Overview
-
Урок 58.
00:04:45
Implementation of Queue
-
Урок 59.
00:01:53
Deque Overview
-
Урок 60.
00:01:53
Implementation of Deque
-
Урок 61.
00:06:09
Implementation of Deque
-
Урок 62.
00:01:08
Stacks, Queues, and Deques Interview Problems
-
Урок 63.
00:01:00
Implement a Stack - Interview Problem
-
Урок 64.
00:00:44
Implement a Queue
-
Урок 65.
00:01:00
Implement a Deque - Interview Problem
-
Урок 66.
00:02:01
Balanced Parentheses Check - Interview Problem
-
Урок 67.
00:10:40
Balanced Parentheses Check - Interview Problem - SOLUTION
-
Урок 68.
00:02:06
Implement a Queue using 2 Stacks - Interview Problem -
-
Урок 69.
00:05:05
Implement a Queue using 2 Stacks - Interview Problem - SOLUTION
-
Урок 70.
00:00:32
Linked Lists Overview
-
Урок 71.
00:08:01
Singly Linked Lists
-
Урок 72.
00:05:21
Singly Linked List Implementation
-
Урок 73.
00:04:33
Doubly Linked Lists
-
Урок 74.
00:03:23
Doubly Linked List Implementation
-
Урок 75.
00:02:02
Singly Linked List Cycle Check - Interview Problem
-
Урок 76.
00:06:03
Singly Linked List Cycle Check - Interview Problem - SOLUTION
-
Урок 77.
00:02:30
Linked List Reversal - Interview Problem
-
Урок 78.
00:06:21
Linked List Reversal - Interview Problem - SOLUTION
-
Урок 79.
00:01:52
Linked List Nth to Last Node - Interview Problem
-
Урок 80.
00:07:54
Linked List Nth to Last Node - Interview Problem - SOLUTION
-
Урок 81.
00:01:15
Implement a Linked List - Interview Problem
-
Урок 82.
00:01:06
Implement a Linked List - Interview Problem - SOLUTION
-
Урок 83.
00:08:28
Introduction to Recursion
-
Урок 84.
00:05:52
Recursion Homework Example Problems
-
Урок 85.
00:10:02
Recursion Homework Example Problems - SOLUTIONS
-
Урок 86.
00:02:49
Memoization
-
Урок 87.
00:02:21
Recursion Interview Problem - 1
-
Урок 88.
00:06:51
Recursion Interview Problem - 1 - SOLUTION
-
Урок 89.
00:02:05
Recursion Interview Problem - 2
-
Урок 90.
00:10:13
Recursion Interview Problem - 2 - SOLUTION
-
Урок 91.
00:04:55
Recursion Interview Problem - 3
-
Урок 92.
00:13:51
Recursion Interview Problem - 3 - SOLUTION
-
Урок 93.
00:04:11
Recursion Interview Problem - 4
-
Урок 94.
00:19:12
Recursion Interview Problem - 4 - SOLUTION
-
Урок 95.
00:10:28
Introduction to Trees
-
Урок 96.
00:01:27
Tree Representation Implementation - Part 1
-
Урок 97.
00:09:16
Tree Representation Implementation - Part 2
-
Урок 98.
00:11:13
Nodes and References Implementation
-
Урок 99.
00:07:09
Tree Traversals
-
Урок 100.
00:01:57
Priority Queues with Binary Heaps
-
Урок 101.
00:18:55
Binary Heap Implementation
-
Урок 102.
00:01:24
Binary Search Trees
-
Урок 103.
00:13:57
Implementation of Binary Search Trees - Part 1
-
Урок 104.
00:12:44
Implementation of Binary Search Trees - Part 2
-
Урок 105.
00:02:49
Binary Search Tree Check - Interview Problem
-
Урок 106.
00:05:32
Binary Search Tree Check- Interview Problem - SOLUTION
-
Урок 107.
00:01:33
Tree Level Order Print - Interview Problem
-
Урок 108.
00:10:20
Tree Level Order Print - Interview Problem - SOLUTION
-
Урок 109.
00:01:58
Trim a Binary Search Tree - Interview Problem
-
Урок 110.
00:07:39
Trim a Binary Search Tree - Interview Problem - SOLUTION
-
Урок 111.
00:01:28
Search Overview
-
Урок 112.
00:03:07
Sequential Search
-
Урок 113.
00:05:55
Implementation of Sequential Search
-
Урок 114.
00:03:26
Binary Search
-
Урок 115.
00:09:03
Implementation of Binary Search
-
Урок 116.
00:12:43
Hashing
-
Урок 117.
00:19:28
Implementation of a Hash Table
-
Урок 118.
00:01:26
Sorting Overview
-
Урок 119.
00:03:21
Resources for Visualizing Sorting Algorithms
-
Урок 120.
00:08:10
Bubble Sort
-
Урок 121.
00:07:07
Implementation of Bubble Sort
-
Урок 122.
00:06:55
Selection Sort
-
Урок 123.
00:05:27
Implementation of Selection Sort
-
Урок 124.
00:05:51
Insertion Sort
-
Урок 125.
00:06:31
Implementation of Insertion Sort
-
Урок 126.
00:04:39
Shell Sort
-
Урок 127.
00:08:29
Implementation of Shell Sort
-
Урок 128.
00:04:06
Merge Sort
-
Урок 129.
00:13:07
Implementation of Merge Sort
-
Урок 130.
00:06:31
Quick Sort
-
Урок 131.
00:12:17
Implementation of Quick Sort
-
Урок 132.
00:01:18
Sorting Interview Problems
-
Урок 133.
00:00:24
Implement Binary Search Interview Problem
-
Урок 134.
00:00:24
Implement Bubble Sort Algorithm Interview Problem
-
Урок 135.
00:00:23
Implement Selection Sort Algorithm Interview Problem
-
Урок 136.
00:00:22
Implement Insertion Sort Algorithm Interview Problem
-
Урок 137.
00:00:22
Implement Shell Sort Algorithm Interview Problem
-
Урок 138.
00:00:22
Implement Merge Sort Algorithm Interview Problem
-
Урок 139.
00:00:37
Implement Quick Sort Algorithm Interview Problem
-
Урок 140.
00:06:37
Introduction to Graphs
-
Урок 141.
00:04:25
Adjacency Matrix and Adjacency List
-
Урок 142.
00:18:25
Implementation of a Graph (Adjacency List)
-
Урок 143.
00:06:36
Word Ladder Example Problem
-
Урок 144.
00:12:42
Breadth First Search
-
Урок 145.
00:12:12
Knight's Tour Example Problem
-
Урок 146.
00:10:12
General Depth First Search
-
Урок 147.
00:10:58
Implementation of Graph Overview
-
Урок 148.
00:06:00
Implementation of Depth First Search Overview
-
Урок 149.
00:04:40
Implementation of Breadth First Search Overview
-
Урок 150.
00:00:44
Implement a Graph - Interview Problem
-
Урок 151.
00:00:30
Implement Depth First Search - Interview Problem
-
Урок 152.
00:00:33
Implement Breadth First Search - Interview Problem
-
Урок 153.
00:03:24
How to Approach Riddles and Brain Teasers
-
Урок 154.
00:01:45
Bridge Crossing - Interview Problem
-
Урок 155.
00:01:47
Bridge Crossing - Interview Problem - SOLUTION
-
Урок 156.
00:00:43
Coins and a Scale - Interview Problem
-
Урок 157.
00:01:42
Coins and a Scale - Interview Problem - SOLUTION
-
Урок 158.
00:01:12
Egg Drop - Interview Problem
-
Урок 159.
00:02:52
Egg Drop - Interview Problem - SOLUTION
-
Урок 160.
00:01:39
Hallway Lockers - Interview Problem
-
Урок 161.
00:04:56
Hallway Lockers - Interview Problem - SOLUTION
-
Урок 162.
00:00:36
Jugs of Water - Interview Problem
-
Урок 163.
00:01:35
Jugs of Water - Interview Problem - SOLUTION
-
Урок 164.
00:01:14
Light Switches - Interview Problem
-
Урок 165.
00:01:24
Light Switches - Interview Problem - SOLUTION
-
Урок 166.
00:01:03
Ropes Burning - Interview Problem
-
Урок 167.
00:01:12
Ropes Burning - Interview Problem - SOLUTION
-
Урок 168.
00:03:22
Mock Interviews Overview
-
Урок 169.
00:00:44
Non-Technical Questions Guide
-
Урок 170.
00:04:02
Questions after an Interview Guide
-
Урок 171.
00:01:13
E-Commerce Company Interview - Overview
-
Урок 172.
00:01:18
Phone Screen
-
Урок 173.
00:02:14
On Site Question 1
-
Урок 174.
00:02:06
On Site Question 2
-
Урок 175.
00:02:02
On Site Question 3
-
Урок 176.
00:03:51
Phone Screen -SOLUTION
-
Урок 177.
00:09:40
On Site Question 1 -SOLUTION
-
Урок 178.
00:08:24
On Site Question 2 -SOLUTION
-
Урок 179.
00:09:40
On Site Question 3 -SOLUTION
-
Урок 180.
00:00:53
Large Search Engine Company Interview Overview
-
Урок 181.
00:02:47
Phone Screen
-
Урок 182.
00:00:59
On Site Question 1
-
Урок 183.
00:00:49
On Site Question 2
-
Урок 184.
00:00:37
On Site Question 3
-
Урок 185.
00:01:30
On Site Question 4
-
Урок 186.
00:05:25
Phone Screen - SOLUTION
-
Урок 187.
00:01:56
On Site Question 1 -SOLUTION
-
Урок 188.
00:04:51
On Site Question 2 -SOLUTION
-
Урок 189.
00:01:28
On Site Question 3 -SOLUTION
-
Урок 190.
00:09:39
On Site Question 4 -SOLUTION
-
Урок 191.
00:00:41
Ride Share Start-Up Interview Overview
-
Урок 192.
00:00:52
Phone Screen
-
Урок 193.
00:00:51
On Site Question 1
-
Урок 194.
00:01:06
On Site Question 2
-
Урок 195.
00:00:41
On Site Question 3
-
Урок 196.
00:01:50
Phone Screen - SOLUTION
-
Урок 197.
00:10:07
On Site Question 1 -SOLUTION
-
Урок 198.
00:04:17
On Site Question 2 -SOLUTION
-
Урок 199.
00:09:36
On Site Question 3 -SOLUTION
-
Урок 200.
00:00:36
Social Network Company Interview Overview
-
Урок 201.
00:01:37
Phone Screen
-
Урок 202.
00:01:40
On Site Question 1
-
Урок 203.
00:01:15
On Site Question 2
-
Урок 204.
00:01:18
On Site Question 3
-
Урок 205.
00:03:42
Phone Screen - SOLUTION
-
Урок 206.
00:04:42
On Site Question 1 -SOLUTION
-
Урок 207.
00:04:56
On Site Question 2 -SOLUTION
-
Урок 208.
00:03:18
On Site Question 3 -SOLUTION