摘要: 题目: Count the number of k's between 0 and n. k can be 0 - 9. Count the number of k's between 0 and n. k can be 0 - 9. Count the number of k's between  阅读全文
posted @ 2017-05-19 22:34 Vincent丶丶 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 此贴为汇总贴 673. Number of Longest Increasing Subsequence 075. Sort Colors 009. Palindrome Number 008. String to Integer (atoi) 007. Reverse Integer 006. Z 阅读全文
posted @ 2017-05-19 21:08 Vincent丶丶 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 摘要: 1. 面向对象程序设计的核心思想是数据抽象、继承和动态绑定。数据抽象将类的接口和实现分离;继承定义相似的类型并对齐相似关系建模;动态绑定,在一定程度上忽略相似类型的区别,而以统一的方式使用它们的对象。 2. 派生类列表中每个基类前面可以有访问说明符;派生类必须在其内部对所有重新定义的虚函数进 阅读全文
posted @ 2017-05-19 20:37 Vincent丶丶 阅读(241) 评论(0) 推荐(0) 编辑