- JavaScript
For running js files uncomment the required packages.
npm install
node filename.js
- Python
python filename.py
| No | Leetcode | Level | Langauge | Company | Come Again |
|---|---|---|---|---|---|
| 1 | Check if One String Swap Can Make Strings Equal | Easy | JavaScript | ||
| 2 | Max Consecutive Ones | Easy | JavaScript | ||
| 3 | Defanging an IP Address | Easy | JavaScript | ||
| 4 | Move Zeroes | Easy | JavaScript | ||
| 5 | Richest Customer Wealth | Easy | JavaScript | ||
| 6 | Check if Binary String Has at Most One Segment of Ones | Easy | JavaScript | ||
| 7 | Find Anagram Mappings | Easy | JavaScript | ||
| 8 | Jewels and Stones | Easy | JavaScript | ||
| 9 | Happy Number | Easy | JavaScript | OCI | Yes with a better one |
| 10 | Add Digits | Easy | JavaScript | Do it again | |
| 11 | Goal Parser Interpretation | Easy | JavaScript | ||
| 12 | Find Peak Element | Medium | JavaScript | Do it again with less complexity | |
| 13 | Find Lucky Integer in an Array | Easy | JavaScript | Do it again | |
| 14 | Sum of Unique Elements | Easy | JavaScript | ||
| 15 | Find the Highest Altitude | Easy | JavaScript | ||
| 16 | Find N Unique Integers Sum up to Zero | Easy | JavaScript | ||
| 17 | How Many Numbers Are Smaller Than the Current Number | Easy | JavaScript | ||
| 18 | Unique Number of Occurrences | Easy | JavaScript | ||
| 19 | Merge Strings Alternately | Easy | JavaScript | ||
| 20 | Robot Return to Origin | Easy | JavaScript |