This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LEETCODE-STYLE PRACTICE QUESTIONS | |
| ==================== | |
| EASY LEVEL | |
| ==================== | |
| 1. Two Sum | |
| Given an array of integers nums and an integer target, return indices of two numbers that add up to the target. | |
| Example: |