An open API service indexing awesome lists of open source software.

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.

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.