Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1chooo/code
🚀 $ ls -al "Hugo's LeetCode"
https://github.com/1chooo/code
cpe leetcode uva zerojudge
Last synced: 23 days ago
JSON representation
🚀 $ ls -al "Hugo's LeetCode"
- Host: GitHub
- URL: https://github.com/1chooo/code
- Owner: 1chooo
- License: mit
- Created: 2022-06-28T05:04:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:03:06.000Z (2 months ago)
- Last Synced: 2024-10-25T13:55:01.014Z (2 months ago)
- Topics: cpe, leetcode, uva, zerojudge
- Language: C++
- Homepage: https://leetcode.com/u/1chooo/
- Size: 6.65 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I Code for NO Code. 🚀
The Source Code of my Problem-Solving.
✨ I moved my focus onGO
.
Visit my Website 👉🏻 1chooo.com and Medium 👉🏻 Chun-Ho (Hugo) Lin.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
![](https://leetcard.jacoblin.cool/1chooo?theme=nord&ext=activity)
## 💪🏻 How to Contribute
**Pull requests (PRs) are welcome! 🎉**
> [!IMPORTANT]
>
> Please follow these guidelines to contribute to this repository:
>
> #### Contributing Guidelines:
>
> 1. If the question or solution **already exists**, you can edit it directly under the current solution.
> 2. If it's a new question or solution, create a new folder with the format: `/-/solution.`
> 3. 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.
>
> For example:
>
> ```cpp
> /**
> * Author: 1chooo
> * Problem: https://leetcode.com/problems/minimum-string-length-after-removing-substrings
> * Runtime: 3ms (89.08%)
> */
> ```### Forking this Repository:
Fork the [`1chooo/code`](https://github.com/1chooo/code) repository into your own workspace.
### Cloning the Repository to Your Workspace:
```shell
$ git clone [email protected]:/code.git
```### Setting Upstream Remote:
```shell
$ git remote add upstream [email protected]:1chooo/code.git$ git remote -v
origin [email protected]:/code.git (fetch)
origin [email protected]:/code.git (push)
upstream [email protected]:1chooo/code.git (fetch)
upstream [email protected]:1chooo/code.git (push)
```### Pull Requests:
If you have any valuable ideas to contribute, please create a pull request and provide details about the outstanding work you've done.
### Issue Reporting:
If you encounter any problems while contributing to this project, please report the issues in the [1chooo/code/issues](https://github.com/1chooo/code/issues) section.
> [!IMPORTANT]
> **Make sure to synchronize and update your repository before writing any code.**
>
> 1. Run `git stash save` to temporarily stash your local changes.
> 2. Run `git fetch upstream` to sync the source project with your local copy.
> 3. Run `git checkout main` to switch to the main branch.
> 4. Run `git merge upstream/main` to merge the updated remote version into your local copy. If there are no conflicts, the update process is complete.
> 5. Run `git stash pop` to apply your temporarily stashed changes back to your working directory. Resolve any conflicts if necessary.## 📱 CONTACT INFO.
> **Hugo ChunHo Lin**
>
>
> 📩 E-mail: [email protected]
>
> 🧳 Linkedin: Hugo ChunHo Lin
>
> 👨🏻💻 GitHub: 1chooo
>
>## 🪪 LICENSE
Released under [MIT](./LICENSE) by [@1chooo](https://1chooo.com)
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.
Made with ❤️ by [@1chooo](https://1chooo.com)