- Notifications
You must be signed in to change notification settings - Fork2.4k
Update 42-Trapping-Rain-Water.js#1613
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adding solution with O(N) space for reference's sake.
Looks good, but can you update the filename to be consistent with the new convention (0042-trapping-rain-water.js) Please see here for more details:https://github.com/neetcode-gh/leetcode/blob/main/CONTRIBUTING.md |
aadil42 commentedDec 28, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It's done please have a look. |
aadil42 commentedDec 29, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Made a brand new PR here#1716. Closing this one out. |
Uh oh!
There was an error while loading.Please reload this page.
Adding solution with O(N) space for reference's sake.
File(s) Modified: 0042-Trapping-Rain-Water.js
Language(s) Used: JavaScript
Submission URL:https://leetcode.com/problems/trapping-rain-water/submissions/866901471/