Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 529 Bytes

File metadata and controls

9 lines (5 loc) · 529 Bytes

Coding Exercises

A series of coding exercises done on coding platforms like LeetCode, mostly in python and js.

JavaScript usage

Run npm run test to test all solved problems or npm run test -- -g ProblemDescription to test a problem whose description matches ProblemDescription.

Eg: npm run test -- -g pascal will show the tests for the function who generates Pascal's Triangle and was used to solve this problem.