摘要:
经过几年职业码代码以后,有一点感受,惊才绝艳的想法是很少的,或者说很多惊才绝艳的想法是前辈们早就实现了的,只是自己没有看到,又或者是自己根本就机会遇到工程中需要那么复杂的思路的问题,从而能在痛苦一番以后有些还行的想法。 很多算法(其实我不想称它们为算法,更像是一些面对某些问题的或通用或特殊的解决思... 阅读全文
摘要:
/************************************************************************/ /* 38: Validate Binary Search Tree */ /**********************************... 阅读全文
摘要:
/************************************************************************/ /* 42: Binary Tree Postorder Traversal */ /****************************... 阅读全文
摘要:
/************************************************************************/ /* 38: Binary Tree Zigzag Level Order Traversal */ /*********************... 阅读全文
摘要:
/************************************************************************/ /* 41: Binary Tree Inorder Traversal */ /******************************... 阅读全文
摘要:
/************************************************************************/ /* 40: Binary Tree Preorder Traversal */ /*****************************... 阅读全文
摘要:
/************************************************************************/ /* 39.1: Convert Sorted Array to Binary Search Tree */ /***************... 阅读全文
摘要:
/************************************************************************/ /* 36: Same Tree */ /****************************************************... 阅读全文
摘要:
/************************************************************************/ /* 37: Symmetric Tree */ /***********************************************... 阅读全文
摘要:
/************************************************************************/ /* 44: Construct Binary Tree from Inorder and Postorder Traversal */ /*... 阅读全文
摘要:
/************************************************************************/ /* 43: Construct Binary Tree from Preorder and Inorder Traversal */ /**... 阅读全文
摘要:
/************************************************************************/ /* 35: Minimum Depth of Binary Tree */ /*********************************... 阅读全文
摘要:
/************************************************************************/ /* 34: Maximum Depth of Binary Tree */ /*********************************... 阅读全文
摘要:
/************************************************************************/ /* 33: Binary Tree Level Order Traversal II */ /*************************... 阅读全文
摘要:
/************************************************************************/ /* 32: Binary Tree Level Order Traversal */ /***************************... 阅读全文
摘要:
/* * Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which th... 阅读全文
摘要:
/* Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum... 阅读全文