My Kotlin exercises with tests from Leetcode
| ID | Description | Solution | Test | Difficulty |
|---|---|---|---|---|
| 1 | Two Sum | solution | test | Easy |
| 121 | Best Time to Buy and Sell stock Easy | solution | test | Easy |
| 169 | Majority Element | solution | test | Easy |
| 217 | Contains Duplicate | solution | test | Easy |
| 283 | Move Zeroes | solution | test | Easy |
| 977 | Squares of a Sorted Array | solution | test | Easy |
| 15 | 3Sum | solution | test | Medium |
| 57 | Insert Internal | solution | test | Medium |
| 238 | Product of Array Except Self | solution | test | Medium |
| ID | Description | Solution | Test | Difficulty |
|---|---|---|---|---|
| 3 | Longest Substring Without Repeating Characters | solution | test | Medium |