Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【刷题小助手】贡献公司标签(面试遇到leetcode原题或类似题),成为开源项目的贡献者😘 #382

Open
fly0o0 opened this issue Jun 9, 2020 · 14 comments
Labels
help wanted Extra attention is needed

Comments

@fly0o0
Copy link
Contributor

fly0o0 commented Jun 9, 2020

西法最近在帮大家研发一个leetcode刷题小助手,已经有雏形,请围观https://github.com/leetcode-pp/leetcode-cheat (目前暂时仅对91用户开放)。

现在需要大家贡献自己面试当中遇到的leetcode原题或类似题目。

  1. 你的每一次贡献,我们都会记录到该题的贡献者和项目贡献者,成为开源项目的Contributor。
  2. 不要低估星星之火的,大家零星的力量汇聚而成的工具,会反哺大家以后更容易的“划重点”找工作。

请大家参考以下面这种形式,感恩🙇🙏。

格式:以[]包裹,半角逗号隔开。
[题目序号.名称,公司,原题or类似题],放在issue文案第一行。

@fly0o0 fly0o0 added the Daily Question 每日一题 label Jun 9, 2020
@fly0o0
Copy link
Contributor Author

fly0o0 commented Jun 9, 2020

[32.最长有效括号,字节跳动,原题]

@fly0o0
Copy link
Contributor Author

fly0o0 commented Jun 9, 2020

[20.有效的括号,字节跳动,类似题]

类似题描述:

// 给定一个只包括 '(',')'的字符串,判断字符串是否有效。注:空字符串属于有效字符串.
// 示例 1:
输入: "(())"
输出: true
  
 实例 2
 输入: "())("
输出: false

@MBearo
Copy link

MBearo commented Aug 7, 2020

可以提交题解的不同语言版本么?

@azl397985856
Copy link
Owner

@MBearo 当然可以。 直接 PR 即可

@stale
Copy link

stale bot commented Oct 6, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 6, 2020
@azl397985856 azl397985856 added help wanted Extra attention is needed and removed stale Daily Question 每日一题 labels Oct 10, 2020
@liuyib
Copy link

liuyib commented Nov 20, 2020

[695.岛屿的最大面积,字节跳动,原题]

@azl397985856
Copy link
Owner

@liuyib 感谢

@azl397985856
Copy link
Owner

archive

@cherie-wuyajun
Copy link

cherie-wuyajun commented Aug 1, 2022 via email

@fyyzkd
Copy link

fyyzkd commented Aug 1, 2022 via email

@xiaosisong
Copy link

xiaosisong commented Aug 1, 2022 via email

@doublehearts
Copy link
Contributor

[695.最大岛屿面积,360,面试原题]
题目:给定一个用 n*m 矩阵表示的群岛的地图,其中 1 表示岛屿, 0 表示海洋,每个岛屿的水平或竖直方向相邻的岛屿可以视为连在一起的岛屿,每一块岛屿视为面积为 1 ,请问面积最大的岛屿是多少?

@doublehearts
Copy link
Contributor

image
这个有影响吗?

@azl397985856
Copy link
Owner

@doublehearts 不影响。 属于是遗留问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

8 participants