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

https://github.com/haimozer123/my_leetcode_journey

Here I will record my progress and the solutions to the LEETCODE puzzles using LeetSync.
https://github.com/haimozer123/my_leetcode_journey

education leetcode-c leetcode-python leetsync self-learning

Last synced: 3 months ago
JSON representation

Here I will record my progress and the solutions to the LEETCODE puzzles using LeetSync.

Awesome Lists containing this project

README

        

# My LeetCode Journey
Welcome to my LeetCode journey! This repository is a collection of my solutions to various LeetCode problems.
It's a way to track my progress, learn new algorithms, and refine my problem-solving skills.

## Repository Structure
### Solutions:
Each problem solution is organized in a folder with the problem name. The folder contains:
### Problem.md:
A description of the problem and my approach to solving it.
### Solution.py (or Solution.cpp, etc.):
The code for the solution.

## How to Use This Repository
### View Solutions:
Navigate to the Solutions folder and select a problem to view my solution.
### Clone the Repo:
You can clone this repository to your local machine to test or modify the solutions.
### Contributions:
If you have suggestions or better approaches, feel free to open a pull request or issue.

## Acknowledgments
Thanks to the LeetCode community for providing such an amazing platform for learning and improving coding skills