--
This repository contains solutions to various LeetCode problems in multiple programming languages. It serves as a collection of approaches, optimizations, and insights into algorithms and data structures.
Solutions are categorized by language:
Python/
- Python solutions 🐍C++/
- C++ solutions ⚡Java/
- Java solutions ☕Go/
- Go solutions 🚀TopInterview150/
- A curated set of 150 essential coding interview problems
Here are some notable problems included in this repository:
- Two Sum (
Two_Sum.cpp
) - Valid Parentheses (
ValidParentheses.cpp
) - Merge Sorted Array (
Merge_sorted_array.java
) - Spiral Matrix (
SpiralMatrix.cpp
) - Roman to Integer (
Roman_to_Integer.cpp
) - Length of Last Word (
Length_of_lastWord.cpp
)
Explore each folder for more problems and solutions.
This repository is distributed under the MIT License, allowing free usage and contributions.
If you have alternative approaches or optimized solutions, feel free to fork the repo and submit a pull request! Contributions are always welcome! 🚀
For any inquiries or collaboration, reach out via GitHub or email ndtribk@gmail.com
.
Make sure to update this README with relevant details, including your actual email. Let me know if you’d like to refine or expand any section! 😊