Yuxuan Zhou(周宇轩)

越过山丘 才发现无人等候 After crossing the hill then found no one was waiting


  • Home

  • Tags

  • Categories

  • Archives

JavaNote

Posted on 2019-09-07 Top | | In Note
Length For String, ie String a, a.length() For Array, ie int[] n , n.length HashMap HashSet 用哈希往往耗时更长 Set就明显小于HashMap in runtime and space12345678910 ...
Read more »

Ubuntu_Disk_Space_Extend

Posted on 2021-01-01
Ref Info https://blog.csdn.net/b7376811/article/details/94475133 https://gparted.org/download.php
Read more »

build_personal_academic_page

Posted on 2020-12-28 | In Experience
如何快速搭建个人学术页面Jekyll Academic + Github Pages本文受到个人网站搭建的启发 首先你需要有: 本地git GitHub账号 使用本方法可以避免本地hexo、hugo安装过程中遇到的各种问题(有些甚至找不到缘由或者没有人给出解决方案),此方法不限于创建学术界面,创 ...
Read more »

leetcode70

Posted on 2020-09-12
Read more »

leetcode155

Posted on 2020-08-28 | In leetcode
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) – Push element x onto stack.pop() – Removes ...
Read more »

leetcode152 Maximum Product Subarray

Posted on 2020-08-21 | In leetcode
Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product. Example 1: I ...
Read more »

leetcode150 Evaluate Reverse Polish Notation

Posted on 2020-08-18 | In leetcode
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another e ...
Read more »

leetcode149 Max Points on a Line

Posted on 2020-08-18 | In leetcode
Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. Example 1: Input: [[1,1],[2,2],[3,3]]Output: 3Expl ...
Read more »

leetcode140 Word Break II

Posted on 2020-08-15 | In leetcode
Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, add spaces in s to construct a sentence where each word is ...
Read more »

leetcode139 Word Break

Posted on 2020-08-14 | In leetcode
Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segmented into a space-separated sequ ...
Read more »
12…8

Yuxuan Zhou

75 posts
3 categories
10 tags
GitHub E-Mail
© 2019 — 2021 Yuxuan Zhou
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4