1 Open Issue Need Help Last updated: Oct 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current Java solution for LeetCode 4, "Median of Two Sorted Arrays," is incorrect. It fails to properly calculate the median for even-length arrays and does not meet the required `O(log(min(m, n)))` time complexity. The task involves re-implementing the solution using a binary search approach, handling edge cases, and adding comments and tests.

Complexity: 4/5
help wanted good first issue hacktoberfest

Roff
#hacktoberfest