You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source code of my problem-solving journey. I will be sharing the process of my problem-solving skills, coding practices, and the journey of my software engineering. I will keep updating this repository with my software engineering journey.
My LeetCode Stats
How to Contribute
Pull requests (PRs) are welcome!
Important
Please follow these guidelines to contribute to this repository:
Contributing Guidelines:
If the question or solution already exists, you can edit it directly under the current solution.
If it's a new question or solution, create a new folder with the format: /-/solution.
Each commit should address only one question.
File Naming Convention:
Use the format: /-/solution.
For example: leetcode/0001-two-sum/solution.go
Commit Message Format:
Use the format: git commit -m "feat(): "
For example: git commit -m "feat(leetcode): 0001 Two Sum"
Note
Comment Block (Optional):
You can add a comment block at the top of your solution for additional details, such as problem reference, runtime, and author information.
This software can be modified and reused without restriction. The original license must be included with any copies of this software. If a significant portion of the source code is used, please provide a link back to this repository.