代码改变世界

阅读排行榜

[LeetCode] 717. 1-bit and 2-bit Characters_Easy

2018-08-15 04:56 by Johnson_强生仔仔, 196 阅读, 收藏,
摘要: We have two special characters. The first character can be represented by one bit 0. The second character can be represented by two bits (10 or 11). N 阅读全文

[LeetCode] 239. Sliding Window Maximum_Hard tag: deque

2019-06-26 11:03 by Johnson_强生仔仔, 195 阅读, 收藏,
摘要: Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num 阅读全文

[LeetCode] 4. Median of Two Sorted Arrays_Hard tag: Array, Binary Search

2019-05-10 11:39 by Johnson_强生仔仔, 195 阅读, 收藏,
摘要: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh 阅读全文

[LeetCode] 654. Maximum Binary Tree_Medium tag: stack

2019-05-15 09:24 by Johnson_强生仔仔, 194 阅读, 收藏,
摘要: Given an integer array with no duplicates. A maximum tree building on this array is defined as follow: Construct the maximum tree by the given array a 阅读全文

[Java in NetBeans] Lesson 17. File Input/Output.

2019-01-01 05:21 by Johnson_强生仔仔, 194 阅读, 收藏,
摘要: 这个课程的参考视频和图片来自youtube。 主要学到的知识点有: We want to handle the bad Error. (e.g bad input / bugs in program) 1. File() : A Java representation of a file. 2. P 阅读全文
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 78 下一页