ignacio-chiazzo / Algorithms-Leetcode-Javascript

Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
MIT License
608 stars 88 forks source link

Added Minimize Maximum Pair Sum in Array #64

Closed hot9cups closed 2 years ago

hot9cups commented 2 years ago
hot9cups commented 2 years ago

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.

ignacio-chiazzo commented 2 years ago

Thanks for the PR!

Anyway, I guess I could raise another PR after this to fix the linting errors for all the broken files if you'd like.

That would be fantastic! I created an issue for the linter failing tests https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript/issues/65