HaimOzer123 / My_LeetCode_journey

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

Repository from Github https://github.comHaimOzer123/My_LeetCode_journeyRepository from Github https://github.comHaimOzer123/My_LeetCode_journey

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

About

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


Languages

Language:C++ 49.9%Language:Python 38.8%Language:C 11.3%