算法题是这个:
https://leetcode.com/problems/median-of-two-sorted-arrays/description/
There are two sorted arrays nums1 and nums2 of size m and n respectively.
Find the median of the two sorted arrays.
我写的代码在这里:
https://gist.github.com/BryanJin/409a6ef9a52d544621b6e0ca430b3762
之前在 leetcode 上死活不通过,自己 debug 了半天没发现问题,结果是 Python 版本错了。
测试输入: [1, 2] [3, 4]
Python2 的运行结果是 2
Python3 的运行结果是 2.5
为啥会有这种神奇的现象
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.