Leetcode icon indicating copy to clipboard operation
Leetcode copied to clipboard

added js solution to _3

Open sambabib opened this issue 1 year ago • 5 comments

I solved question 3 in javascript. Hopefully, it helps more javascript-centric devs. Also hope to do a lot more of these but here's my first submission. Thank you.

sambabib avatar Sep 23 '24 10:09 sambabib

I have also added a backtracking javascript solution to question 17. Hopefully, this can help expand the javascript solution base.

sambabib avatar Oct 09 '24 13:10 sambabib

LGTM, can you add links to these two solutions on the README.md as well: https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/algorithms/1st_thousand

I just added links to the README.md. At the moment, they point to my fork as the links do not currently exist on this repo. I can update them after the PR has been merged.

sambabib avatar Oct 15 '24 09:10 sambabib

You can also let me know your preferred way of doing this. Thank you.

sambabib avatar Oct 15 '24 09:10 sambabib

Add them to point the the master branch please, it'll existing once this PR is merged in, thanks!

fishercoder1534 avatar Oct 15 '24 23:10 fishercoder1534

Add them to point the the master branch please, it'll existing once this PR is merged in, thanks!

It's all done now. I have just updated the links to point to the master branch.

sambabib avatar Oct 16 '24 08:10 sambabib

Quick reminder, the javascript links have been updated as requested.

sambabib avatar Nov 07 '24 19:11 sambabib