Tag: Python
LeetCode: Maximum Average Subarray I
20 Nov 2025
Find the contiguous subarray of given length that has the maximum average value.
LeetCode: Is Subsequence
19 Nov 2025
Given two strings, determine if one is a subsequence of the other
LeetCode: Move Zeroes
17 Nov 2025
Move all zeroes in an array to the end while maintaining the relative order of non-zero elements.
LeetCode: Longest Substring Without Repeating Characters
16 Nov 2025
Find the length of the longest substring without repeating characters.