Go to file
2025-02-27 12:21:24 +08:00
.idea/.idea.LeetCodeSharp/.idea 20240523 Finished 2024-05-23 10:17:15 +08:00
LeetCodeSharp 20250227 finished. 2025-02-27 12:21:24 +08:00
LeetCodeSharp.Fetcher 20250227 finished. 2025-02-27 12:21:24 +08:00
LeetCodeSharp.Tests 20250227 finished. 2025-02-27 12:21:24 +08:00
.gitattributes 添加 .gitattributes 和 .gitignore。 2024-02-18 14:29:05 +08:00
.gitignore 添加 .gitattributes 和 .gitignore。 2024-02-18 14:29:05 +08:00
justfile 20240826 finished. 2024-08-26 11:22:13 +08:00
LeetCodeSharp.sln 20240826 finished. 2024-08-26 11:22:13 +08:00
LeetCodeSharp.sln.DotSettings 添加项目文件。 2024-02-18 14:29:07 +08:00
README.md 20240826 finished. 2024-08-26 11:22:13 +08:00

LeetCodeSharp

使用C#解决LeetCode上的问题但是当且仅当对应的题目没有Rust的版本时才会使用。

使用just pull <id>获得对应ID的题目使用just commit提交到远程仓库,使用just test运行测试代码。