Skip to content

Conversation

idear1203
Copy link
Contributor

修复了缺少]的错误。

以及题目现在的接口是这样的:

double findMedianSortedArrays(vector<int>& nums1, vector<int>& nums2)

而非文中的接口:

double findMedianSortedArrays(int A[], int m, int B[], int n)

但是我并不会写c++就没改了~

soulmachine added a commit that referenced this pull request Aug 24, 2015
Median of Two Sorted Arrays Typo
@soulmachine soulmachine merged commit 5e81b68 into soulmachine:master Aug 24, 2015
@soulmachine
Copy link
Owner

好眼力!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants