摘要:
算法逻辑在这里:http://www.cnblogs.com/Azhu/p/4131733.html 贴之前先说下,本来呢是打算自己写一个的,在matlab 上,不过,实在是写不出来那么高效和健壮的,网上有很多实现的代码,例如上面参考里面的,那个代码明显有问题阿,然后因为那里面的代码与逻辑分析是一... 阅读全文
摘要:
Given a binary tree, return thebottom-up level ordertraversal of its nodes' values. (ie, from left to right, level by level from leaf to root).For exa... 阅读全文
摘要:
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo... 阅读全文
摘要:
http://blog.chinaunix.net/uid-20384806-id-3055333.htmlby zieckey总结提前来了: unordered_map 类的调用比hash_map方便多了,看性能难怪stl 有前者,而后者调用需要 namespace__gnu_cxx。结论:1.... 阅读全文