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.
- Host: GitHub
- URL: https://github.com/haimozer123/my_leetcode_journey
- Owner: HaimOzer123
- Created: 2024-09-01T09:26:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T09:37:42.000Z (6 months ago)
- Last Synced: 2025-01-19T11:15:06.590Z (5 months ago)
- Topics: education, leetcode-c, leetcode-python, leetsync, self-learning
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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