由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 遍寻OJ的答案到处都没有,不知道大牛可以不可以发个自己的答案
相关主题
Partition List的例子对吗?如何做LeetCode
关于 max overlap interval 的一题G家intern电面
也发个A家电面经Amazon面试题请教
Given a node of a tree, find all nodes on the same levelGoogle 面题
Palindrome Partitioning II 的DP做法?leetcode container with most water
再问一道老题TripAdvsior 面经 (完败)
英语理解力太烂: 题目看不懂Find the node with given value in binary tree in in-order
challenge: 找bug借人气,问道题
相关话题的讨论汇总
话题: oj话题: given话题: 答案话题: nodes话题: 遍寻
进入JobHunting版参与讨论
1 (共1页)
p********2
发帖数: 123
1
指导下我们新人学习学习
w****x
发帖数: 2483
2

leetcode的答案
http://dl.dropbox.com/u/19732851/LeetCode/ReadMe.html
我blog上也有做几道题:
http://haixiaoyang.wordpress.com/category/leetcode-oj/

【在 p********2 的大作中提到】
: 指导下我们新人学习学习
A****e
发帖数: 310
3
赞blog~牛

【在 w****x 的大作中提到】
:
: leetcode的答案
: http://dl.dropbox.com/u/19732851/LeetCode/ReadMe.html
: 我blog上也有做几道题:
: http://haixiaoyang.wordpress.com/category/leetcode-oj/

h****n
发帖数: 1093
4
楼上是把所有题都做了吧。。。
c******5
发帖数: 84
5
Here are two good collections of OJ answers:
https://github.com/zwxxx/LeetCode/tree/
825fe4c23fd108675f4e7d41d0130cb3a556ff3b
https://github.com/anson627/leetcode
m*****k
发帖数: 731
6
/*
02 Given a linked list and a value x, partition it such that all nodes
less than x come before nodes greater than or equal to x.
03
04 You should preserve the original relative order of the nodes in each
of the two partitions.
05
06 For example,
07 Given 1->4->3->2->5->2 and x = 3,
08 return 1->2->2->4->3->5.
09 */
typo?

【在 w****x 的大作中提到】
:
: leetcode的答案
: http://dl.dropbox.com/u/19732851/LeetCode/ReadMe.html
: 我blog上也有做几道题:
: http://haixiaoyang.wordpress.com/category/leetcode-oj/

m*****k
发帖数: 731
7
http://haixiaoyang.wordpress.com/category/leetcode-oj/
01 /*Given a 2D binary matrix filled with 0's and 1's, find the largest
rectangle containing all ones and return its area.*/
可否讲解一下思路?
这个倒是容易懂:
http://tech-queries.blogspot.com/2011/09/find-largest-sub-matri
http://tech-queries.blogspot.com/2011/03/maximum-area-rectangle

【在 w****x 的大作中提到】
:
: leetcode的答案
: http://dl.dropbox.com/u/19732851/LeetCode/ReadMe.html
: 我blog上也有做几道题:
: http://haixiaoyang.wordpress.com/category/leetcode-oj/

m*****k
发帖数: 731
8
http://dl.dropbox.com/u/19732851/LeetCode/ReadMe.html
我咋只看到题目没答案阿。

【在 w****x 的大作中提到】
:
: leetcode的答案
: http://dl.dropbox.com/u/19732851/LeetCode/ReadMe.html
: 我blog上也有做几道题:
: http://haixiaoyang.wordpress.com/category/leetcode-oj/

p********2
发帖数: 123
9
不知道有没有java的?
p*****2
发帖数: 21240
10

最好自己先做做,不会再在论坛上问。

【在 p********2 的大作中提到】
: 不知道有没有java的?
相关主题
再问一道老题如何做LeetCode
英语理解力太烂: 题目看不懂G家intern电面
challenge: 找bugAmazon面试题请教
进入JobHunting版参与讨论
t********e
发帖数: 344
11
mark
d*********4
发帖数: 409
12
mark
s*******y
发帖数: 44
13
mark

【在 c******5 的大作中提到】
: Here are two good collections of OJ answers:
: https://github.com/zwxxx/LeetCode/tree/
: 825fe4c23fd108675f4e7d41d0130cb3a556ff3b
: https://github.com/anson627/leetcode

t******i
发帖数: 483
14
Mark
f*******y
发帖数: 267
15
mark
1 (共1页)
进入JobHunting版参与讨论
相关主题
借人气,问道题Palindrome Partitioning II 的DP做法?
抛砖引玉,glassdoor上看来的zenefits题目再问一道老题
请教一个Leetcode付费题英语理解力太烂: 题目看不懂
Google电话面试题目challenge: 找bug
Partition List的例子对吗?如何做LeetCode
关于 max overlap interval 的一题G家intern电面
也发个A家电面经Amazon面试题请教
Given a node of a tree, find all nodes on the same levelGoogle 面题
相关话题的讨论汇总
话题: oj话题: given话题: 答案话题: nodes话题: 遍寻