This repository is a personal collection of solutions to Algorithms problems from multiple sources (predominantly Leetcode), implemented in various languages.
- Python
- JavaScript
- Java
- C# .NET
The project is structured as follows:
- Each problem is placed in its own directory based on its source and/or language used, usually named after the problem's title from their respective source.
- Inside each directory, there is a file with the solution
- A test file can be found to confirm its accuracy.
To use this repository, clone it to your local machine and navigate to the problem you're interested in. Open the file to view the solution.
This is a personal project and contributions are not currently being accepted. However, feel free to inspect my solutions on your own.