从品牌网站建设到网络营销策划,从策略到执行的一站式服务
27. Remove Element
成都创新互联基于分布式IDC数据中心构建的平台为众多户提供成都移动机房 四川大带宽租用 成都机柜租用 成都服务器租用。
Given an array and a value, remove all instances of that value in place and return the new length.
Do not allocate extra space for another array, you must do this in place with constant memory.
The order of elements can be changed. It doesn't matter what you leave beyond the new length.
Example:
Given input array nums = [3,2,2,3]
, val = 3
Your function should return length = 2, with the first two elements of nums being 2.
题目大意:删除容器中指定的重复元素,然后返回容器的长度。要求不能申请数组来处理。
class Solution { public: int removeElement(vector& nums, int val) { for(int i = 0; i < nums.size(); i++) { if(nums[i] == val ) { nums.erase (nums.begin() + i ); i--; } } return nums.size(); } };
2016-08-05 20:42:00
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图