代码改变世界

阅读排行榜

[Java in NetBeans] Lesson 07. JavaDoc and Unit Tests

2018-12-14 04:50 by Johnson_强生仔仔, 220 阅读, 收藏,
摘要: 这个课程的参考视频和图片来自youtube。 主要学到的知识点有: 1. organize code into packages Create a package if want to make the jar file reusable for other projects too. 2. Jav 阅读全文

[LeetCode] 35. Search Insert Position_Easy tag: Binary Search

2018-08-29 10:34 by Johnson_强生仔仔, 220 阅读, 收藏,
摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or 阅读全文

[LeetCode] 374. Guess Number Higher or Lower_Easy tag: Binary Search

2018-08-29 07:22 by Johnson_强生仔仔, 220 阅读, 收藏,
摘要: We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you guess wron 阅读全文

[LeetCode] 561. Array Partition I_Easy tag: Sort

2018-08-11 04:39 by Johnson_强生仔仔, 219 阅读, 收藏,
摘要: Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which makes sum of 阅读全文

[LeetCode] 836. Rectangle Overlap_Easy

2018-08-17 06:01 by Johnson_强生仔仔, 218 阅读, 收藏,
摘要: A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bottom-left corner, and (x2, y2) are the coordinates 阅读全文
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 78 下一页