-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add javascript Solution2 for 1 #89
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
feat: Add javascript Solution2 for 1 #89
Conversation
I'm fixing XD |
Please keep the original method var name and wrap Solution* around it. Thanks. |
@fishercoder1534 Solution1: function (){}, } right? |
Please follow conventions similar to this: https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/_3.java, thanks. |
This reverts commit 0f83fb5.
Solution 2 cannot pass this test case:
on LeetCode. Please make sure your solutions are AC'ed on LeetCode. Thanks! |
@fishercoder1534 thx |
No description provided.