摘要:
Given inorder and postorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. 题意:根据中序遍历和后序 阅读全文
摘要:
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist 阅读全文
摘要:
79. Word Search QuestionEditorial Solution My Submissions 79. Word Search QuestionEditorial Solution My Submissions QuestionEditorial Solution Total A 阅读全文
摘要:
Curling 2.0 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18680 Accepted: 7661 Description On Planet MM-21, after their Olympic games thi 阅读全文
摘要:
Meteor Shower Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16508 Accepted: 4331 Description Bessie hears that an extraordinary meteor sh 阅读全文
摘要:
100. Same Tree QuestionEditorial Solution My Submissions 100. Same Tree QuestionEditorial Solution My Submissions QuestionEditorial Solution Total Acc 阅读全文
摘要:
题目描述: Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. 思路: 不能用除法,只能想到减法,但是结果最大可能是-INT_M 阅读全文