tjklint / leetcode

A collection of LeetCode solution in a variety of languages.
4 stars 1 forks source link
algorithms csharp data-structures leetcode oop-principles python typescript

LeetCode (& more) Solutions

This repository contains my solutions to various LeetCode problems. Each problem is solved in a separate file named according to the problem's title or number.

[!IMPORTANT] I do not specify what language I use; it is evident in the file extensions. I use LeetCode to try out different languages or implementations. Occasionally, I will intentionally do a harder/slower solution in order to try out something new.

Organization

The repository is organized into folders based on the platform:

How to Use

Feel free to browse through the solutions for reference or study purposes. If you have any questions, suggestions, or improvements, feel free to open an issue or submit a pull request.

Disclaimer

These solutions are provided for educational purposes. While they aim to be correct and efficient, they may not always be the most optimal solution. I encourage you to understand the problems and solutions thoroughly, and to strive for your own implementations.