1 Star 1 Fork 0

yueyinqiu / LeetCode CSharp 模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Leet Code CSharp Template

一个力扣(leetcode-cn.comleetcode.com)C# Visual Studio 模板。借助此模板,你可以很容易地为力扣的题目创建项目。

A C# Visual Studio template for LeetCode (leetcode-cn.com and leetcode.com). With the template, you can easily create a project for a LeetCode problem.

如何安装?

  1. 在 Releases(GithubGitee)下载 LeetCodeCSharpTemplate.zip 压缩包,或者自己制作压缩包(将 LeetCodeCSharpTemplate 目录下的文件打包)
  2. 找到你存放用户项目模板的位置,默认的如 C:\Users\user\Documents\Visual Studio 2022\Templates\ProjectTemplates(可以在 Visual Studio - 工具 - 选项 - 项目和解决方案 - 位置 - 用户项目模板位置 找到)
  3. 将压缩包复制到文件夹下(不要解压)

How to install?

  1. Download the zip archive LeetCodeCSharpTemplate.zip from the Releases (on Github or on Gitee) or create the archive yourself (pack all the files in LeetCodeCSharpTemplate directory)
  2. Find your directory for user project templates, such as C:\Users\user\Documents\Visual Studio 2022\Templates\ProjectTemplates by default (you can find it in your Visual Studio - Tools - Options - Projects and Solutions - Locations - User project template location)
  3. Copy the archive file into that directory (do not decompress)

如何使用?

  1. 创建项目时选择此模板
  2. 将力扣提供的代码复制到 Solution.cs 并进行实现
  3. 如果需要调试,可以在 Program.cs 调用你的实现

How to use?

  1. Select the template and create the project
  2. Copy the code from LeetCode to Solution.cs and realize it
  3. For debugging, may invoke your realization in Program.cs
MIT License Copyright (c) 2021 yueyinqiu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个力扣(leetcode-cn.com 及 leetcode.com)C# Visual Studio 模板。 展开 收起
C#
MIT
取消

发行版 (3)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/yueyinqiu/LeetCodeCSharpTemplate.git
git@gitee.com:yueyinqiu/LeetCodeCSharpTemplate.git
yueyinqiu
LeetCodeCSharpTemplate
LeetCode CSharp 模板
main

搜索帮助