《简单计算器》在Leetcode中难度为hard,看起来很简单,里面涉及很多状态记录和汇总,真正做出来还是花了一些时间 1,问题 原题链接 https://leetcode....
《正则表达式匹配》在Leetcode属于难度为Hard的问题,我自己花了半天,使用递归的方式完成了题目,但是程序效率很低。后来看了“标准答案”,花了一些时间研究才完全理解,这...
原文链接 https://dzone.com/articles/design-patterns-the-builder-pattern开发模式非常有用,它们为一些常见的问题提...
原文链接 https://dzone.com/articles/lambdas-and-clean-code 软件开发人员有时就像孩子一样,当看到闪亮的新事物时,就会立刻被吸...
原文链接 https://dzone.com/java-jdk-development-tutorials-tools-news/list?sort=popular Java...
原文链接 https://dzone.com/articles/never-break-the-chain-1 我们写代码时,随时都要创建对象。 通常我们使用new关键字创建...