摘要: 434. Number of Segments in a String Add to List 434. Number of Segments in a String Add to List Add to List Description Submission Solutions Total Acc 阅读全文
posted @ 2017-02-25 21:49 Black_Knight 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 37. Single Number II Add to List 37. Single Number II Add to List Add to List Description Submission Solutions Total Accepted: 108884 Total Submission 阅读全文
posted @ 2017-02-25 21:02 Black_Knight 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, every element appears twice except for one. Find that single one. Note:Your algorithm should have a linear runtime complex 阅读全文
posted @ 2017-02-25 20:56 Black_Knight 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 380. Insert Delete GetRandom O(1) Add to List 380. Insert Delete GetRandom O(1) Add to List Add to List Description Submission Solutions Total Accepte 阅读全文
posted @ 2017-02-25 20:20 Black_Knight 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 454. 4Sum II Add to List 454. 4Sum II Add to List Add to List Description Submission Solutions Total Accepted: 8398 Total Submissions: 18801 Difficult 阅读全文
posted @ 2017-02-25 19:46 Black_Knight 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 反射机制允许程序在运行时检查任意对象的内容,并调用他们的任意方法。 1. 枚举类成员 在java.lang.reflect包中有三个类,Field类,Method类和Construct类,分别描述了一个类的域,方法和构造函数。 这三个类都有一个getName()方法,该方法返回成员的名称。 阅读全文
posted @ 2017-02-25 14:12 Black_Knight 阅读(126) 评论(0) 推荐(0) 编辑