添加0704二分查找 Ruby 版本

This commit is contained in:
reoooh
2021-07-29 13:49:02 +08:00
parent faf2f6b843
commit 7029cf6b6e

View File

@ -350,8 +350,6 @@ def search(nums, target)
end end
-1 -1
end end
p search(nums,target)
``` ```