- Notifications
You must be signed in to change notification settings - Fork101
Added Minimize Maximum Pair Sum in Array#64
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
hot9cups commentedOct 8, 2022
- Added Minimize Maximum Pair Sum in Array and corresponding tests.
- Updated Readme to reflect the same.
- Added Minimize Maximum Pair Sum in Array and corresponding tests.
hot9cups commentedOct 8, 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.
Fyi, I think the lint tests, etc only run when someone's raising a PR for the non-first time. In other words, new contributors do not have the workflow run for them unless you approve it. From the results I see the lints are broken for a lot of files, so I suppose that's the reason these weren't detected earlier. Anyway, I guess I could raise another PR after this to fix the linting errors for all the broken files if you'd like. |
Thanks for the PR!
That would be fantastic! I created an issue for the linter failing tests#65 |