This repository contains my solutions to LeetCode problems, mainly in Java/Kotlin.
-
Solutions are organized by topics (Arrays, Strings, Linked Lists, Dynamic Programming, etc.).
-
Each solution includes a clean and efficient implementation.
-
Some problems may have multiple approaches with explanations.
-
Clone the repo: https://github.com/NhanDinhVan/Data-Structures-and-Algorithms
-
Navigate to the problem youβre interested in.
-
Run the code and test different cases.
- Feel free to suggest improvements or share alternative solutions!
-
Solutions are regularly updated.
-
If you find an error or a better approach, open an issue or pull request.