This repository contains a collection of LeetCode problems and their solutions, implementing various techniques and approaches to solve them. The aim of this repository is to demonstrate knowledge and preparation for technical interviews. The solutions to the problems are built in TypeScript. For more details and information about LeetCode problems, please visit the official website. Each approach and technique will be located in different folders, each containing their own README.md
files with detailed information.
The repository follows the structure below:
│
├── src/ # Source code
│ ├─ two-pointers # Problems that require the `Two Pointers` technique
│ └── README.md # General description of the `Two Pointers` technique
└── README.md # General description
We welcome contributions to @halvaradop/leetcode
! If you have an idea for a new type or find an improvement to an existing one, please feel free to open an issue or create a pull request. We offer a guide on how to contribute to the project and the necessary steps to do so. Here's how you can contribute, Read our Contribuing Guideline.
Please be aware that this project has a code of conduct, and we expect all contributors to follow these guidelines in their interactions. For more information, please read our Code of Conduct.