noisefilter19 / LeetCode_Algorithms

A collection of solutions for Medium/Hard LeetCode problems. Educational resource
111 stars 355 forks source link

feat: add multiply strings algorithm using javascript #981

Closed Koddi-Evangelista closed 3 years ago

Koddi-Evangelista commented 3 years ago

Closes #920

suburban-daredevil commented 3 years ago

Hey @Koddi-Evangelista . I am a first time contributor to this repository. Can you please clarify whether I will be able to link a PR to an issue like you have done or do I need write permissions for that?

Koddi-Evangelista commented 3 years ago

Hey @Koddi-Evangelista . I am a first time contributor to this repository. Can you please clarify whether I will be able to link a PR to an issue like you have done or do I need write permissions for that?

Hey folk! you didn't need a write permission just do what I did

suburban-daredevil commented 3 years ago

Okay. But I cannot find out how to do that. Can you please guide me? @Koddi-Evangelista

Koddi-Evangelista commented 3 years ago

Okay. But I cannot find out how to do that. Can you please guide me? @Koddi-Evangelista

here is the link: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue

you just need to put your preferred keyword plus the issue number to the pull request description/body. for example in my case, I wrote Closes #920

suburban-daredevil commented 3 years ago

Thank you very much @Koddi-Evangelista . It worked!