8000 GitHub - siva600/leetcode: Solutions to leetcode in Javascript and Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

siva600/leetcode

 
 

Repository files navigation

leetcode

Build Status

Solutions to leetcode in JavaScript and Python.

TEST

// install package
npm i

// run test
npm test

Tools

Create problem folder

npm i

# pass the problem url as an argument
./bin/load https://leetcode.com/problems/combination-sum/

which will create folder js/combinationSum with two files.

➜  leetcode git:(master) ✗ tree js/combinationSum
js/combinationSum
├── README.md  # contains problem description and link to the problem
└── combination-sum.js # empty file

LICENSE

MIT

About

Solutions to leetcode in Javascript and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.3%
  • Python 22.7%
  • Other 1.0%
0