Tag: LeetCode

LeetCode Logo
LeetCode: Maximum Average Subarray I
20 Nov 2025

Find the contiguous subarray of given length that has the maximum average value.

LeetCode Logo
LeetCode: Is Subsequence
19 Nov 2025

Given two strings, determine if one is a subsequence of the other

LeetCode Logo
LeetCode: Max Number of K-Sum Pairs
18 Nov 2025

Find the maximum number of k-sum pairs in an array.

LeetCode Logo
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 Logo
LeetCode: Longest Substring Without Repeating Characters
16 Nov 2025

Find the length of the longest substring without repeating characters.

LeetCode Logo
LeetCode: Palindrome Number
15 Nov 2025

Return true if an integer is a palindrome.

LeetCode Logo
LeetCode: Roman to Integer
14 Nov 2025

Convert a Roman numeral to an integer.