Time and Space Mastery
Smallest in Rotated sorted Array | Placement problem | DSA in Tamil | Interview | Binary Search
10:14
Time and Space Mastery
Search in Rotated sorted Array II | Placement problem | DSA in Tamil | Interview | Binary Search
4:38
Time and Space Mastery
Search in Rotated sorted Array | Placement problem | DSA in Tamil | Interview | Binary Search
11:19
Time and Space Mastery
Ceil and Floor in sorted Array | Placement problem | DSA in Tamil | Interview | Binary Search
8:44
Time and Space Mastery
Search Insert Position | Placement problem | DSA in Tamil | Interview | Binary Search
11:25
Time and Space Mastery
Lower / Upper bound | Placement problem | DSA in Tamil | Interview | Binary Search
13:56
Time and Space Mastery
Binary Search Algorithm | Placement problem | DSA in Tamil | Interview
12:32
Time and Space Mastery
Add two Linked list | Placement problem | DSA in Tamil | Interview | Linked list
12:44
Time and Space Mastery
Intersection in Linked list | Placement problem | DSA in Tamil | Interview | Linked list
16:49
Time and Space Mastery
Add one to a Linked list | Placement problem | DSA in Tamil | Interview | Linked list
14:30
Time and Space Mastery
Delete Kth Node from End in LinkedList | Placement problem | DSA in Tamil | Interview | Linked list
17:32
Time and Space Mastery
😱 O(1) Space, Odd even in LinkedList | Placement problem | DSA in Tamil | Interview | Linked list
20:26
Time and Space Mastery
😱 O(1) Space Palindrome in LinkedList | Placement problem | DSA in Tamil | Interview | Linked list
14:04
Time and Space Mastery
Find starting point Loop of LL | Placement problem | DSA in Tamil | Interview | Linked list
9:17
Time and Space Mastery
Detect Loop in LinkedList | Placement problem | DSA in Tamil | Interview | Linked list
11:14
Time and Space Mastery
Reverse the Linked list (Recursion) | Placement problem | DSA in Tamil | Interview | Linked list
13:32
Time and Space Mastery
Reverse the Linked list | Placement problem | DSA in Tamil | Interview | Linked list
10:53
Time and Space Mastery
Find Middle in Linked list | Placement problem | DSA in Tamil | Interview | Linked list
15:02
Time and Space Mastery
Search in Linked list| Placement problem | DSA in Tamil | Interview | Linked list
6:14
Time and Space Mastery
Linked list deletions | Placement problem | DSA in Tamil | Interview | Linked list
14:06
Time and Space Mastery
Linked list insertions | Placement problem | DSA in Tamil | Interview | Linked list
19:38
Time and Space Mastery
Letter combination in mobile | Placement problem | DSA in Tamil | Interview | Recursion
18:05
Time and Space Mastery
Combination - 2 by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
14:28
Time and Space Mastery
Combination - 1 by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
16:08
Time and Space Mastery
Count Subsequence sum = k by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
13:18
Time and Space Mastery
Generate Subsets by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
15:38
Time and Space Mastery
Generate Parenthesis strings by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
15:41
Time and Space Mastery
Generate Binary strings by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
15:13
Time and Space Mastery
Reverse the stack by Recursion | Placement problem | DSA in Tamil | Interview | Recursion
11:20
Time and Space Mastery
Insert element @ bottom of the stack | Placement problem | DSA in Tamil | Interview | Recursion
12:31
Time and Space Mastery
Sum of Beauty of substring | Placement problem | DSA in Tamil | Interview | Strings
15:09
Time and Space Mastery
🫣 3L & 5L Water jug puzzle | Placement problem | Famous Interview Problem | Interview | Tamil
5:41
Time and Space Mastery
🤩Longest Palindrome Substring | Placement problem | DSA in Tamil | Interview | Strings
23:44
Time and Space Mastery
Maximum Nested Parenthesis | Placement problem | DSA in Tamil | Interview | Strings
6:53
Time and Space Mastery
Substrings with K Distinct characters | Placement problem | DSA in Tamil | Interview | Strings
27:41
Time and Space Mastery
🫣 25 Horses Race Puzzle | Placement problem | Famous Interview Problem | Interview | Tamil
9:27
Time and Space Mastery
Sort Characters by frequency in string | Placement problem | DSA in Tamil | Interview | Strings
20:43
Time and Space Mastery
🫣 Burning Rope Puzzle | Placement problem | Famous Interview Problem | Interview | Tamil
5:03
Time and Space Mastery
longest Common Prefix in string | Placement problem | DSA in Tamil | Leetcode | Interview | Strings
13:38
Time and Space Mastery
🫣 8 Ball Puzzle | Placement problem | Famous Interview Problem | Interview | Tamil
4:45
Time and Space Mastery
longest Odd Number in string | Placement problem | DSA in Tamil | Leetcode | Interview | Strings
9:30
Time and Space Mastery
Rotate string | Placement problem | DSA in Tamil | Leetcode | Interview | Strings
13:47
Time and Space Mastery
Anagram string | Placement problem | DSA in Tamil | Leetcode | Interview | Strings
10:15
Time and Space Mastery
Isomorphic string | Placement problem | DSA in Tamil | Leetcode | Interview | Strings
21:18
Time and Space Mastery
Remove Outer Paranthesis | Famous problem | DSA in Tamil | placement | Leetcode | Interview | Arrays
17:33
Time and Space Mastery
Find power(x,n) | Famous problem | DSA in Tamil | placement | Leetcode | Interview | Arrays
22:22
Time and Space Mastery
🌀 Spiral Matrix 🌀| Famous problem | DSA in Tamil | placement | Leetcode | Interview | Arrays
24:17
Time and Space Mastery
Rotate Matrix by 90 Degree | DSA in Tamil | placement | Leetcode | Interview | Arrays | coding
20:14
Time and Space Mastery
Set Matrix Zeros 🤯🤯Mind Blowing Space Optimization| DSA in Tamil | placement | Leetcode | Interview
37:10
Time and Space Mastery
Longest Consecutive Sequence😱O(N) time most optimal - DSA in Tamil ( C++, Java, Python)
23:24
Time and Space Mastery
Leaders in an Array 😱O(N) time and 😱 O(1) space most optimal - DSA in Tamil ( C++, Java, Python)
12:41
Time and Space Mastery
Next Permutation 😱O(N) time and 😱 O(1) space most optimal - DSA in Tamil ( C++, Java, Python)
29:52
Time and Space Mastery
Generate All possible permutations of Array - DSA in Tamil ( C++, Java, Python)
13:42
Time and Space Mastery
Rearrange the array in alternating positions - DSA in Tamil ( C++, Java, Python)
11:01
Time and Space Mastery
Stock Buy and Sell- DSA in Tamil ( C++, Java, Python)
12:17
Time and Space Mastery
Kadane's Algorithm [Follow-up] - DSA in Tamil ( C++, Java, Python)
13:44
Time and Space Mastery
Kadane's Algorithm(Maximum Subarray sum)- DSA in Tamil ( C++, Java, Python)
10:15
Time and Space Mastery
Majority element greater than N/2(Boyer-Moore voting algo) - DSA in Tamil ( C++, Java, Python)
10:50
Time and Space Mastery
Dutch National flag Algorithm (Famous problem) - DSA in Tamil ( C++, Java, Python)
10:31
Time and Space Mastery
Two Sum (Famous problem) - DSA in Tamil ( C++, Java, Python)
14:57
Time and Space Mastery
Longest subarray with sum K(Positive and negative elements) - DSA in Tamil ( C++, Java, Python)
17:02
Time and Space Mastery
Longest subarray with sum K(Positive elements) - DSA in Tamil ( C++, Java, Python)
14:01
Time and Space Mastery
Single Number in Array - DSA in Tamil ( C++, Java, Python)
13:11
Time and Space Mastery
Maximum consecutive ones- DSA in Tamil ( C++, Java, Python)
8:51
Time and Space Mastery
Generate all possible subarrays - DSA in Tamil ( C++, Java, Python)
16:57
Time and Space Mastery
Missing number in an Arrays - DSA in Tamil ( C++, Java, Python)
16:27
Time and Space Mastery
Union of 2 Sorted Arrays - DSA in Tamil ( C++, Java, Python)
20:42
Time and Space Mastery
Move Zeros to Right- DSA in Tamil ( C++, Java, Python)
11:40
Time and Space Mastery
Right Rotate the Array- DSA in Tamil ( C++, Java, Python)
18:14
Time and Space Mastery
Remove duplicate from sorted array- DSA in Tamil ( C++, Java, Python)
14:06
Time and Space Mastery
Is Array Sorted- DSA in Tamil ( C++, Java, Python)
7:34
Time and Space Mastery
Second largest Element in Array - DSA in Tamil ( C++, Java, Python)
15:18
Time and Space Mastery
Largest Element in Array - DSA in Tamil ( C++, Java, Python)
18:29
Time and Space Mastery
Master Arrays in DSA | Complete Tamil Playlist for Beginners to Advanced | Striver A2Z
3:39
Time and Space Mastery
DSA in Tamil - Focused on Logic and Pseudocode and code in C++ , Java and Python
8:16