Practice problem solving on leetcode
Node.js/npm
jest
git clone https://github.com/soumsps/leetcode.git
npm install
Run tests for 2020/01_January/LC1_TwoSum
cd into the 2020/01_January/ directory
Then run:
jest --watch LC1_TwoSum
Run tests for 2020/01_January
cd into 2020
Then run:
jest --watch 01_January
jest --watch 02_Feburary
Sno. | Name | Level | Link |
---|---|---|---|
LC1 | Two Sum | Easy | https://leetcode.com/problems/two-sum/ |
LC4 | Median Two Sorted Array | Hard | https://leetcode.com/problems/median-of-two-sorted-arrays |
LC1313 | Decompresed RLE List | Easy | https://leetcode.com/problems/decompress-run-length-encoded-list/ |
LC16 | 3Sum Closest | Medium | https://leetcode.com/problems/3sum-closest/ |
LC18 | 4Sum | Medium | https://leetcode.com/problems/4sum/ |
LC217 | Contains Duplicate | Easy | https://leetcode.com/problems/contains-duplicate/ |
LC238 | Product of Array Except Self | Medium | https://leetcode.com/problems/product-of-array-except-self/ |