Channel Avatar

take U forward @UCJskGeByzRRSvmOyZOz61ig@youtube.com

610K subscribers - no pronouns :c

Hey, I am a Software Engineer. Where? You can find that on m


20:02
L10. Check if a LinkedList is Palindrome or Not | Multiple Approaches
32:42
L9. Reverse a LinkedList | Iterative and Recursive
16:23
L8. Remove Nth Node from the end of the LinkedList | Multiple Approaches
23:23
L7. Sort a LinkedList of 0's, 1's and 2's | Multiple Approaches
24:05
L6. Odd Even Linked List | Multiple Approaches
14:48
L5. Add 2 numbers in LinkedList | Dummy Node Approach
18:30
L4. Reverse a DLL | Multiple Approaches
01:04:07
L3. Introduction to Doubly LinkedList | Insertions and Deletions
56:30
L2. Deletion and Insertion in LL | 8 Problems
45:17
L1. Introduction to LinkedList | Traversal | Length | Search an Element
09:41
Paid LinkedList Bootcamp - Launch Video
08:51
How to setup VS code for DSA and CP | Input / Output split format
23:13
BS-27. Median in a Row Wise Sorted Matrix
20:02
BS-26. Find Peak Element-II | Binary Search
15:29
BS-25. Search in a 2D Matrix - II | Binary Search on 2D
15:42
BS-24. Search in a 2D Matrix - I | Binary Search of 2D
10:18
BS 23. Row with maximum number of 1s | Binary Search on 2D Arrays
11:53
Bs-22. K-th element of two sorted arrays | Binary Search Approach
15:59
BS 21: Median of two Sorted Arrays of Different Sizes | Brute and Better Approach
35:00
BS-21. Median of two Sorted Arrays of Different Sizes | Binary Search Approach With Intuition
59:12
BS-20. Minimise Maximum Distance between Gas Stations | 3 Approaches | Heap | Binary Search
11:20
BS 19. Painter's Partition and Split Array - Largest Sum
27:29
BS-18. Allocate Books or Book Allocation | Hard Binary Search
26:44
BS-17. Aggressive Cows | Binary Search Hard
22:52
BS-16. Kth Missing Positive Number | Maths + Binary Search
20:36
BS-15. Capacity to Ship Packages within D Days
16:00
BS-14. Find the Smallest Divisor Given a Threshold | Binary Search
26:01
BS-13. Minimum days to make M bouquets | Binary Search
21:04
BS-12. Koko Eating Bananas
20:44
BS-11. Find the Nth root of an Integer
17:11
BS-10. Finding Sqrt of a number using Binary Search
32:53
BS-9. Find Peak Element
06:42
Striver's SDE SHEET CHALLENGE 2023 | 2.25L Worth Prizes | Sheet for Interviews
22:16
BS-8. Single Element in Sorted Array
05:01
BS-7. Find out how many times array has been rotated
17:08
BS-6. Minimum in Rotated Sorted Array
12:44
BS-5. Search Element in Rotated Sorted Array II
16:38
BS-4. Search Element in Rotated Sorted Array - I
25:28
BS-3. First and Last Occurrences in Array | Count occurrences in Array
32:26
BS-2. Implement Lower Bound and Upper Bound | Search Insert Position | Floor and Ceil
33:27
BS-1. Binary Search Introduction | Real Life Example | Iterative | Recursive | Overflow Cases
12:54
Launching Binary Search Bootcamp - C++, Java, Python, Notes, Contest, Doubt Support 🔥
20:27
Maximum Product Subarray - Best Intuitive Approach Discussed
32:26
Reverse Pairs | Hard Interview Question
24:17
Count Inversions in an Array | Brute and Optimal
42:24
Find the Missing and Repeating Number | 4 Approaches 🔥
32:47
Merge Sorted Arrays Without Extra Space | 2 Optimal Solution
22:35
Merge Overlapping Intervals | Brute, Optimal with Precise TC analysis
24:55
Number of Subarrays with xor K | Brute - Better - Optimal
28:47
4 Sum | Brute - Better - Optimal with Codes
38:25
3 Sum | Brute - Better - Optimal with Codes
26:58
Majority Element II | Brute-Better-Optimal
26:45
Pascal Triangle | Finding nCr in minimal time
24:09
Count Subarray sum Equals K | Brute - Better -Optimal
16:33
Spiral Traversal of a Matrix | Spiral Matrix
17:47
Rotate Matrix/Image by 90 Degrees | Brute - Optimal
30:07
Set Matrix Zeroes | O(1) Space Approach | Brute - Better - Optimal
23:11
Longest Consecutive Sequence | Google Interview Question | Brute Better Optimal
11:53
Leaders in an Array | Brute - Optimal | Strivers A2Z DSA Course
28:15
Next Permutation - Intuition in Detail 🔥 | Brute to Optimal