This repository contains my runtime optimized solutions to various LeetCode problems. Each solution is saved as a separate folder in the root directory.
The repository is organized as follows:
.
├── 1. Two Sum # Problem number and name
│ ├── solution.js # Solution to the problem
│ └── README.md # Description of the problem
└── ...
└── ...
Feel free to contribute your own solutions to any of the problems in this repository. Simply fork the repository, create a new branch, add your solution, and submit a pull request.
This repository is licensed under the MIT License. See the LICENSE file for more information.