Skip to content

LorranSutter/leet-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡 LeetCode

Dashboard

This repository contains my solutions for LeetCode problems.

LeetCode is a platform featuring coding challenges designed to improve algorithmic thinking and prepare for technical interviews.

📊 Progress

Overall: 128 problems solved

🛠️ Setup

Ensure you have Go installed (version 1.24+ is recommended).

No additional installation or virtual environments are needed.

✨ Creating a New Problem

To create a new problem structure, use the create_problem.sh script:

./create_problem.sh <number>

Example:

./create_problem.sh 1

This will create:

  • A folder structure: 0001/
  • main.go with a starter template for the solution

🚀 Running Solutions

You can run solutions directly:

go run ./0001/main.go

Replace 0001 with the specific problem number folder you want to execute.

🔄 Updating Progress Summary

To update the progress summary in this README after solving new problems, run the generate_readme.py script:

python3 generate_readme.py

About

Leet code solved problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors