16363 подписчиков
41 видео
Extra Long Factorials | Hackerrank | Medium | C# Solution |
LeetCode 80 | Remove Duplicates from Sorted Array II | Medium | C# Solution |
LeetCode 4: Median of Two Sorted Arrays | Python Solution | Binary Search Approach
LeetCode 242: Valid Anagram | C# Solution | Array vs Dictionary Approach |
LeetCode 129: Sum Root to Leaf Numbers | C# Solution | Depth-First Search
LeetCode 4: Median of Two Sorted Arrays | C# Solution | Binary Search
LeetCode 189: Rotate Array | C# Solution | Multiple Approaches |
LeetCode 100: Same Tree | C# Solution | Recursive & Iterative Approaches |
LeetCode 6: Zigzag Conversion | Python Solution | String Manipulation
LeetCode 6: Zigzag Conversion | C# Solution | String Manipulation
LeetCode 54: Spiral Matrix | Python Solution | Matrix Traversal
LeetCode 3195: Find the Minimum Area to Cover All Ones I | C# Solution | Grid Traversal
LeetCode 53: Maximum Subarray | CSharp Solution | Kadane's Algorithm
LeetCode 88: Merge Sorted Array | C# Solution | Two Pointer Technique |
LeetCode 153: Find Minimum in Rotated Sorted Array | C# Solution | Binary Search |
LeetCode 238: Product of Array Except Self | Java Solution | Prefix & Suffix Products
LeetCode 9: Palindrome Number | Java Solution | Two-Pointer Technique
LeetCode 1339: Maximum Product of Splitted Binary Tree | CSharp Solution | Binary Tree DFS
LeetCode 290 | Word Pattern | Easy | C# Solution |
LeetCode 1394: Find Lucky Integer in an Array | Python Solution | Hash Map / Counting
LeetCode 3612: Process String with Special Operations I | Python Solution | String Manipulation
LeetCode 151: Reverse Words in a String | Java Solution | Two-Pointer Approach
The Time in Words | Hackerrank | Medium | C# Solution |
LeetCode 64: Minimum Path Sum | Java Solution | Dynamic Programming
LeetCode 217: Contains Duplicate | C# Solution | HashSet vs Sorting Approach |
LeetCode 209: Minimum Size Subarray Sum | C# Solution | Sliding Window
LeetCode 380: Insert Delete GetRandom O(1) | Python Solution | Hash Map + Array
LeetCode 380: Insert Delete GetRandom O(1) | Java Solution | HashMap + ArrayList
LeetCode 189: Rotate Array | C# Solution | In-Place Manipulation
LeetCode 274: H-Index | Python Solution | Sorting & Counting Approach
Title: LeetCode 1394: Find Lucky Integer in an Array | CSharp Solution | Counting Frequency
LeetCode 63: Unique Paths II | Python Solution | Dynamic Programming
LeetCode 3005: Count Elements With Maximum Frequency | CSharp Solution | Hash Map & Counting
LeetCode 83: Remove Duplicates from Sorted List | C# Solution | In-place Removal |
LeetCode 165: Compare Version Numbers | Java Solution | Two-Pointer Approach
LeetCode 9: Palindrome Number | Python Solution | Two-Pointer Technique
LeetCode 48: Rotate Image | Python Solution | Matrix Manipulation
LeetCode 64: Minimum Path Sum | Python Solution | Dynamic Programming
LeetCode 345: Reverse Vowels of a String | C# Solution | Two Pointer Technique |
LeetCode 290: Word Pattern | C# Solution | Dictionary & Pattern Matching |
LeetCode 3541: Find Most Frequent Vowel and Consonant | Python Solution | Frequency Counting