摘要: [LeetCode] Add Two Numbers 两个数字相加 java实现 C++实现 You are given two non-empty linked lists representing two non-negative integers. Th... 阅读全文
posted @ 2019-05-29 23:31 乐天的java 阅读(48) 评论(0) 推荐(0)
摘要: [LeetCode] Two Sum 两数之和 java实现 C++实现 Given an array of integers, return indices of the two numbers such that they add up to a spec... 阅读全文
posted @ 2019-05-29 23:28 乐天的java 阅读(79) 评论(0) 推荐(0)
摘要: ● int和Integer有什么区别? 考察点:数据类型 参考回答: Java是一个近乎纯洁的面向对象编程语言,但是为了编程的方便还是引入了基本数据类型,但是为了能够将这些基本数据类型当成对象操作,Java为每一个基本数据类型都引入了对应的包装类型(wrapp... 阅读全文
posted @ 2019-05-29 22:45 乐天的java 阅读(59) 评论(0) 推荐(0)