-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Comments
[32.最长有效括号,字节跳动,原题] |
[20.有效的括号,字节跳动,类似题] 类似题描述: // 给定一个只包括 '(',')'的字符串,判断字符串是否有效。注:空字符串属于有效字符串.
// 示例 1:
输入: "(())"
输出: true
实例 2:
输入: "())("
输出: false |
可以提交题解的不同语言版本么? |
@MBearo 当然可以。 直接 PR 即可 |
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. |
[695.岛屿的最大面积,字节跳动,原题] |
@liuyib 感谢 |
archive |
这是来自QQ邮箱的自动回复邮件。您好,邮件已收到,我将会尽快给您回复。
|
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
我已经收到了,会尽快查看的,谢谢
|
[695.最大岛屿面积,360,面试原题] |
@doublehearts 不影响。 属于是遗留问题 |
西法最近在帮大家研发一个leetcode刷题小助手,已经有雏形,请围观https://github.com/leetcode-pp/leetcode-cheat (目前暂时仅对91用户开放)。
现在需要大家贡献自己面试当中遇到的leetcode原题或类似题目。
请大家参考以下面这种形式,感恩🙇🙏。
The text was updated successfully, but these errors were encountered: