herrDeng網內搜尋

自訂搜尋

Ads

2024年3月9日 星期六

C++雙指標與二元搜尋解Leetcode 2540 Minimum Common Value


C++雙指標與二元搜尋解Leetcode 2540  Minimum Common Value
陣列已排序。 使用雙指標或使用二元搜尋找來解它
第二種方法使用二分搜索,當 n1 或 n2 非常大時另外一個數很小時,這種方法非常有效。
----
Arrays are sorted. Solve it either using 2 pointers or using binary search
2nd approach uses binary search which is efficient when either n1 or n2 is very large and the other is small.

沒有留言:

Related Posts Plugin for WordPress, Blogger...

熱門文章