摘要:
好长时间没更新博客了……最近确实发生了不少事情,导致更新不了 It's been a long time to not update my blog……Recently actually many things happen, so that I couldn't have time to draw 阅读全文
摘要:
以前学过ruby,gml,lisp这些小众语言的我 又开始了golang, 但是golang这门语言,的确比较独特,也很有可能是最好的语言,因为它图灵完全 只是不够底层,但是和C++对比一下吧 C++ vs golang In brief, golang is a general-purpose l 阅读全文
摘要:
From C++ to Python and a little Java 从C++到Python以及对Java的小观点 Output Python: print f'\n' C++: std::cout print format Syntax Python: indent and : C++: {} 阅读全文
摘要:
Leetcode Algorithm IPO (502) Suppose LeetCode will start its IPO soon. In order to sell a good price of its shares to Venture Capital, LeetCode would 阅读全文
摘要:
Greedy Algorithm A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage. In 阅读全文