LeetCode-with-JavaScript icon indicating copy to clipboard operation
LeetCode-with-JavaScript copied to clipboard

Typescript #1 two sum

Open agb opened this issue 3 years ago • 2 comments

I forked your Leedcode project. I want to create the Typescript version of some problems.

agb avatar Aug 09 '22 05:08 agb

Thanks for sharing your idea! Maybe it's better to update the README with a link to your solution?

Your can have a look at project's README and see those columns with TypeScript version, such as Problem#53

hijiangtao avatar Aug 09 '22 10:08 hijiangtao

Here's one commit that you can reference if you are confused about the structure of README, I updated one line with adding the TypeScript version of solution

https://github.com/hijiangtao/LeetCode-with-JavaScript/commit/72885e31487d69ca6607977fa1151517db32a93e#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5

hijiangtao avatar Aug 09 '22 10:08 hijiangtao

Thank you very much for the reference. I added an URL to the README file for #1-two-sum Typescript version.

agb avatar Aug 11 '22 05:08 agb