摘要:
一.容器的定义 在数据存储上,有一种对象类型,它可以持有其它对象或指向其它对像的指针,这种对象类型就叫做容器。在c++中,容器指的是能够容纳各种数据类型的通用数据数据结构,是类模板。容器就是保存其它对象的对象,当然这是一个朴素的理解,这种“对象”还包含了一系列处理“其它对象”的方法。 二.容器的种类 阅读全文
posted @ 2018-10-22 17:35
OVS98
阅读(179)
评论(0)
推荐(0)
摘要:
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2018-10-22 15:58
OVS98
阅读(332)
评论(0)
推荐(0)

浙公网安备 33010602011771号