https://github.com/alexzgut/leetcode-solutions
As part of my interview preparation process for Software Developer roles, I have been solving various LeetCode problems. Exapnding my understanding and knowledge inluding data structures, algorithms, and problem-solving techniques.
https://github.com/alexzgut/leetcode-solutions
algorithms-and-data-structures
Last synced: 9 months ago
JSON representation
As part of my interview preparation process for Software Developer roles, I have been solving various LeetCode problems. Exapnding my understanding and knowledge inluding data structures, algorithms, and problem-solving techniques.
- Host: GitHub
- URL: https://github.com/alexzgut/leetcode-solutions
- Owner: AlexzGut
- License: mit
- Created: 2024-09-24T13:48:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T00:43:21.000Z (9 months ago)
- Last Synced: 2025-02-25T01:28:33.635Z (9 months ago)
- Topics: algorithms-and-data-structures
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode-Solutions
As part of my interview preparation process for Software Developer roles, I have solved various LeetCode problems. Exapnding my understanding and knowledge inluding data structures, algorithms, and problem-solving techniques.
## Table of Contents
- [Tech Stack](#tech-stack)
- [Repository Structure](#repository-structure)
- [Goals](#goals)
- [Usage](#usage)
- [Resources](#resources)
- [Contributions](#contributions)
- [License](#license)
## ๐ Tech Stack
**Programming Languages:** Java, JavaScript, Python
## ๐Repository Structure
The repository is organized by problem categories:
LeetCode-Solutions/
โโโ easy/
โ โโโ PROBLEMS.md
โ โโโ ...
โโโ medium/
โ โโโ PROBLEMS.md
โ โโโ ...
โโโ hard/
โ โโโ PROBLEMS.md
โ โโโ ...
โโโ README.md
### Each directory contains:
**Solution Code:** The code for each LeetCode problem.\
**Explanation:** A brief explanation of the approach and the time/space complexity analysis.
## ๐ฏGoals
- Practice solving common LeetCode problems to prepare for software developer interviews.
- Improve my problem-solving skills by working through different algorithmic challenges.
- Build a reference that I can revisit for learning or interview prep.
## ๐Usage
You can clone this repository and explore the solutions:
git clone https://github.com/alex-gutierrez/LeetCode-Solutions.git
## ๐Resources
[LeetCode](https://leetcode.com/)\
[Cracking the Coding Interview](https://www.amazon.com/dp/0984782850)
## ๐คContributions
While this is primarily for my own preparation, feel free to open a PR if you'd like to contribute new solutions or optimize existing ones.
Feel free to contribute or suggest improvements!
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/AlexzGut/nodejs-quizzes-app/blob/main/LICENSE) file for more details.