xqian / cpp_projects

cplusplus projects for myself
2 stars 2 forks source link

two problem: Two Sum and Median of Two Sorted Arrays #29

Open xqian opened 10 years ago

xqian commented 10 years ago

http://leetcode.com/onlinejudge#question_1 http://leetcode.com/onlinejudge#question_4

But solution of Median of Two Sorted Arrays is not log(m+n). But they still passed the online judge.