-
Notifications
You must be signed in to change notification settings - Fork 72
feat: Typescript #1 two sum #1
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Typescript version of hijiangtao#1-two-sum
Deleted the 'two-sum.js' line because this file of type is Typescript and filename is res.ts
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
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
72885e3#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
I added a Typescript file (for hijiangtao#1 two-sum ) link on README
Thank you very much for the reference. I added an URL to the README file for #1-two-sum Typescript version.
I forked your Leedcode project. I want to create the Typescript version of some problems.