加密货币杂谈(三):虚妄和繁荣 | Illusion and Prosperity

其实最开始想写的标题是《虚妄的繁荣》。但是在此时此刻的世界,如此描述似乎也不完全准确,将其称为虚妄和繁荣可能是一个更好的做法。 Actually, the original title I wanted to write was “The Illusion of Prosperity”. But in the current world, such a description doesn’t seem entirely accurate. It might be better to call it “Illusion and Prosperity”.

Read More

LeetCode 括号问题详解

如果经常刷LeetCode的话,其实应该会对有一道题目印象非常深刻。那就是括号问题 [20] Valid Parentheses 。第一次看到这道题的话多少都会楞一下,因为乍一看题目内容非常的简单,无非是判断括号闭合的合法与否,但是仔细想想其实也有不少坑。尽管这道题是LeetCode中序号最小的堆栈问题,但是第一次做不一定能反应过来是堆栈。

Read More