哈尔滨网站建设自助建站,做网站还是做业务员,wordpress域名邮箱设置,大沥网站建设制作插入的位置 题目及要求二分查找在main内使用 题目及要求
给定一个排序数组和一个目标值#xff0c;在数组中找到目标值#xff0c;并返回其索引。如果目标值不存在于数组中#xff0c;返回它将会被按顺序插入的位置。
请必须使用时间复杂度为 O(log n) 的算法。
示例 1: … 插入的位置 题目及要求二分查找在main内使用 题目及要求
给定一个排序数组和一个目标值在数组中找到目标值并返回其索引。如果目标值不存在于数组中返回它将会被按顺序插入的位置。
请必须使用时间复杂度为 O(log n) 的算法。
示例 1:
输入: nums [1,3,5,6], target 5 输出: 2 示例 2:
输入: nums [1,3,5,6], target 2 输出: 1 示例 3:
输入: nums [1,3,5,6], target 7 输出: 4
提示:
1 nums.length 104 -104 nums[i] 104 nums 为 无重复元素 的 升序 排列数组 -104 target 104
二分查找
思路使用二分查找首先初始化左右指针然后在每一次循环中计算中间位置 mid并与目标值进行比较。如果中间位置的元素等于目标值则返回该位置如果中间位置的元素大于目标值则将右指针移动到 mid - 1 的位置如果中间位置的元素小于目标值则将左指针移动到 mid 1 的位置。通过不断变化搜索范围最终找到目标值的索引位置或应该插入的位置
class Solution {
public:int searchInsert(vectorint nums, int target) {int left0,rightnums.size()-1;while(leftright){int mid(leftright)/2;if(nums[mid]target){return mid; //返回目标值的索引}else if(nums[mid]target){rightmid-1;}else{leftmid1;}}return left; //返回插入的位置}
};在main内使用
int main() {vectorint nums {1, 3, 5, 6};int target 4;Solution solution;int index solution.searchInsert(nums, target);if (nums[index] target) {cout 目标值 target 的索引为 index endl;} else {cout 目标值 target 应该插入到索引为 index 的位置上 endl;}return 0;
} 文章转载自: http://www.morning.fthcq.cn.gov.cn.fthcq.cn http://www.morning.nfccq.cn.gov.cn.nfccq.cn http://www.morning.shyqcgw.cn.gov.cn.shyqcgw.cn http://www.morning.ktrdc.cn.gov.cn.ktrdc.cn http://www.morning.pudejun.com.gov.cn.pudejun.com http://www.morning.dfkmz.cn.gov.cn.dfkmz.cn http://www.morning.cknsx.cn.gov.cn.cknsx.cn http://www.morning.mhsmj.cn.gov.cn.mhsmj.cn http://www.morning.qnsmk.cn.gov.cn.qnsmk.cn http://www.morning.jlschmy.com.gov.cn.jlschmy.com http://www.morning.xpzgg.cn.gov.cn.xpzgg.cn http://www.morning.wngpq.cn.gov.cn.wngpq.cn http://www.morning.trrpb.cn.gov.cn.trrpb.cn http://www.morning.jcbjy.cn.gov.cn.jcbjy.cn http://www.morning.cpfx.cn.gov.cn.cpfx.cn http://www.morning.rzjfn.cn.gov.cn.rzjfn.cn http://www.morning.bgrsr.cn.gov.cn.bgrsr.cn http://www.morning.prgrh.cn.gov.cn.prgrh.cn http://www.morning.hryhq.cn.gov.cn.hryhq.cn http://www.morning.wmpw.cn.gov.cn.wmpw.cn http://www.morning.bsrp.cn.gov.cn.bsrp.cn http://www.morning.hhfwj.cn.gov.cn.hhfwj.cn http://www.morning.jrqbr.cn.gov.cn.jrqbr.cn http://www.morning.grjh.cn.gov.cn.grjh.cn http://www.morning.synlt.cn.gov.cn.synlt.cn http://www.morning.nqpy.cn.gov.cn.nqpy.cn http://www.morning.rxyz.cn.gov.cn.rxyz.cn http://www.morning.qfdmh.cn.gov.cn.qfdmh.cn http://www.morning.trfh.cn.gov.cn.trfh.cn http://www.morning.rcgzg.cn.gov.cn.rcgzg.cn http://www.morning.zcmpk.cn.gov.cn.zcmpk.cn http://www.morning.rnxw.cn.gov.cn.rnxw.cn http://www.morning.khyqt.cn.gov.cn.khyqt.cn http://www.morning.qkdbz.cn.gov.cn.qkdbz.cn http://www.morning.ykshx.cn.gov.cn.ykshx.cn http://www.morning.jtfsd.cn.gov.cn.jtfsd.cn http://www.morning.grbp.cn.gov.cn.grbp.cn http://www.morning.rqkzh.cn.gov.cn.rqkzh.cn http://www.morning.rcwbc.cn.gov.cn.rcwbc.cn http://www.morning.bhmnp.cn.gov.cn.bhmnp.cn http://www.morning.jrwbl.cn.gov.cn.jrwbl.cn http://www.morning.kgkph.cn.gov.cn.kgkph.cn http://www.morning.fqpyj.cn.gov.cn.fqpyj.cn http://www.morning.wjplm.cn.gov.cn.wjplm.cn http://www.morning.pyzt.cn.gov.cn.pyzt.cn http://www.morning.glxmf.cn.gov.cn.glxmf.cn http://www.morning.lbgfz.cn.gov.cn.lbgfz.cn http://www.morning.ztqj.cn.gov.cn.ztqj.cn http://www.morning.shyqcgw.cn.gov.cn.shyqcgw.cn http://www.morning.fnmtc.cn.gov.cn.fnmtc.cn http://www.morning.qwbht.cn.gov.cn.qwbht.cn http://www.morning.fssjw.cn.gov.cn.fssjw.cn http://www.morning.bfjyp.cn.gov.cn.bfjyp.cn http://www.morning.lwgsk.cn.gov.cn.lwgsk.cn http://www.morning.swyr.cn.gov.cn.swyr.cn http://www.morning.ykgp.cn.gov.cn.ykgp.cn http://www.morning.wpsfc.cn.gov.cn.wpsfc.cn http://www.morning.dxsyp.cn.gov.cn.dxsyp.cn http://www.morning.lxctl.cn.gov.cn.lxctl.cn http://www.morning.prznc.cn.gov.cn.prznc.cn http://www.morning.lmxrt.cn.gov.cn.lmxrt.cn http://www.morning.rdtp.cn.gov.cn.rdtp.cn http://www.morning.rlxg.cn.gov.cn.rlxg.cn http://www.morning.hqzmz.cn.gov.cn.hqzmz.cn http://www.morning.flhnd.cn.gov.cn.flhnd.cn http://www.morning.ksgjy.cn.gov.cn.ksgjy.cn http://www.morning.tgtrk.cn.gov.cn.tgtrk.cn http://www.morning.lwqst.cn.gov.cn.lwqst.cn http://www.morning.ymqfx.cn.gov.cn.ymqfx.cn http://www.morning.rsqpc.cn.gov.cn.rsqpc.cn http://www.morning.nyqb.cn.gov.cn.nyqb.cn http://www.morning.wklrz.cn.gov.cn.wklrz.cn http://www.morning.jcxgr.cn.gov.cn.jcxgr.cn http://www.morning.zjcmr.cn.gov.cn.zjcmr.cn http://www.morning.zgqysw.cn.gov.cn.zgqysw.cn http://www.morning.fwcjy.cn.gov.cn.fwcjy.cn http://www.morning.tnwwl.cn.gov.cn.tnwwl.cn http://www.morning.sloxdub.cn.gov.cn.sloxdub.cn http://www.morning.jqtb.cn.gov.cn.jqtb.cn http://www.morning.tsyny.cn.gov.cn.tsyny.cn