Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Ace the Python Coding Interview
Introduction and Fizzbuzz
01 Introduction Python (6:16)
02 Fizzbuzz Python (5:57)
Source Code
Time Complexity
00 Types Of Time Complexity Python (21:51)
01 Types Of Better Time Complexity Python (14:51)
Source Code
String and Array Questions
01 Reverse Words In A String Python (2:44)
02 Rotate Array Python (8:56)
03 Kth Smallest Element In An Array Python (11:53)
Source Code
Matrix Questions
01 Spiral Matrix Python (13:26)
02 Number Of Islands Python (18:54)
Source Code
Linked Lists Questions
01 Implement A Stack Using An Array Python (9:44)
02 Add Two Numbers As Reversed Linked Lists Python (16:10)
03 Reverse A Linked List Python (16:10)
Source Code
Binary Tree Questions
01 Inorder Traversal Python (11:08)
02 Preorder Traversal Python (8:48)
03 Postorder Traversal Python (7:05)
04 Binary Tree Maximum Path Sum Python (8:43)
Source Code
Graph Interview Questions
01 Find Strongly Connected Components Python (10:29)
Source Code
Sorting Questions
01 Bubble Sort Algorithm (10:04)
02 Selection Sort Algorithm (7:07)
03 Insertion Sort Algorithm (6:04)
04 Quicksort Algorithm (8:05)
05 Merge Sort Algorithm (11:51)
06 Time Complexity Of Different Sorting Algorithms (2:55)
Source Code
Time Complexity of Different Sorting Algorithms Slides
Dynamic Programming Questions
01 Coin Change Python (7:21)
02 Edit Distance Python (11:33)
03 Distinct Subsequences Python (6:59)
04 Maximum Sum Subarray Python (4:56)
Source Code
Bit Manipulation Questions
01 Bitwise And Shift Operators (7:02)
02 Single Number Python (4:32)
03 Number Of 1 Bits Python.mp4 (4:31)
04 Sum Of Two Integers Python (5:13)
05 Bitwise And Of A Range Python (5:36)
Bitwise and Shift Operators Slides
Source Code
Permutations and Combinations Questions
01 Permutations Python (10:08)
02 Distinct Permutations Of A String Python (7:49)
03 Letter Combinations Of A Phone Number Python (11:54)
Source Code
Math Questions
01 Reverse Integer Python (9:53)
03 Excel Sheet Column Number Python (6:04)
02 Palindrome Number Python (9:49)
Source Code
01 Types Of Better Time Complexity Python
Complete and Continue