摘要:
Dark Mode: If our application has multi themes, we don't need to iclude all the code in the init downlading. If there is no dark mode enabled for the 阅读全文
摘要:
According to HTTPArchive, images are the most requested asset type for most websites and usually take up more bandwidth than any other resource. At th 阅读全文
摘要:
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo 阅读全文
摘要:
For example, we have a 2D arrays; We want to sort by the number first, if the number are the same, then we want to sort by name DESC: So the result sh 阅读全文
摘要:
//If you know a solution is not far from the root of the tree: BFS, because it is faster to get closer node //If the tree is very deep and solutions are rare: BFS, DFS will take a longer time becau... 阅读全文