图片来自unsplash.com

share · algorithm

初入hihoCoder-hihoCoder87周-微软笔试题《S-expression》

打hihoCoder,从大模拟开始... 阅读内容 ›

share · algorithm

PRINCETON Course Algorithms Interview Questions: Union Find

普林斯顿算法课并查集,作业之外的面试题目觉得不错。 阅读内容 ›

share · algorithm

2015百度笔试编程-树的直径

百度题难度适中,自己努力加把劲儿,去微软... 阅读内容 ›

share · cpp

C++ 实现 string split 的几种方法

C++ string类型并没有像其他高级语言如C#, Python中的string能提供split方法。但是可以通过其他方式的实现。如下给出了几个比较常见的方法。 阅读内容 ›

share · algorithm

LeetCode Best Time to Buy and Sell Stock I-II-III-IV

买股票,动态规划。 阅读内容 ›

share · algorithm

LeetCode146 - LRU Cache

链表、栈、队列这些基本数据结构要灵活使用... 阅读内容 ›