Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
hccyril
/
LeetcodeSolutions
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
49 Commits
49 Commits
contest
contest
.gitignore
.gitignore
Common.cs
Common.cs
ConsoleCore1.csproj
ConsoleCore1.csproj
LICENSE
LICENSE
LeetcodeSolutions.csproj
LeetcodeSolutions.csproj
LinqDemo.cs
LinqDemo.cs
MyTester.cs
MyTester.cs
Notes.cs
Notes.cs
P0003无重复字符的最长子串.cs
P0003无重复字符的最长子串.cs
P0004寻找两个正序数组的中位数.cs
P0004寻找两个正序数组的中位数.cs
P0005最长回文子串.cs
P0005最长回文子串.cs
P0006Z字形变换.cs
P0006Z字形变换.cs
P0007整数反转.cs
P0007整数反转.cs
P0008字符串转换整数atoi.cs
P0008字符串转换整数atoi.cs
P0010正则表达式匹配.cs
P0010正则表达式匹配.cs
P0011盛最多水的容器.cs
P0011盛最多水的容器.cs
P0015三数之和.cs
P0015三数之和.cs
P0023合并K个升序链表.cs
P0023合并K个升序链表.cs
P0030串联所有单词的子串.cs
P0030串联所有单词的子串.cs
P0032最长有效括号.cs
P0032最长有效括号.cs
P0036有效的数独.cs
P0036有效的数独.cs
P0037解数独.cs
P0037解数独.cs
P0038外观数列.cs
P0038外观数列.cs
P0041缺失的第一个正数.cs
P0041缺失的第一个正数.cs
P0042接雨水.cs
P0042接雨水.cs
P0043字符串相乘.cs
P0043字符串相乘.cs
P0044通配符匹配.cs
P0044通配符匹配.cs
P0047全排列II.cs
P0047全排列II.cs
P0051N皇后.cs
P0051N皇后.cs
P0056合并区间.cs
P0056合并区间.cs
P0065有效数字.cs
P0065有效数字.cs
P0068文本左右对齐.cs
P0068文本左右对齐.cs
P0072编辑距离.cs
P0072编辑距离.cs
P0076最小覆盖子串.cs
P0076最小覆盖子串.cs
P0084柱状图中最大的矩形.cs
P0084柱状图中最大的矩形.cs
P0085最大矩形.cs
P0085最大矩形.cs
P0087扰乱字符串.cs
P0087扰乱字符串.cs
P0093复原IP地址.cs
P0093复原IP地址.cs
P0095不同的二叉搜索树II.cs
P0095不同的二叉搜索树II.cs
P0113路径总和II.cs
P0113路径总和II.cs
P0115不同的子序列.cs
P0115不同的子序列.cs
P0123买卖股票的最佳时机III.cs
P0123买卖股票的最佳时机III.cs
P0124二叉树中的最大路径和.cs
P0124二叉树中的最大路径和.cs
P0126单词接龙II.cs
P0126单词接龙II.cs
P0128最长连续序列.cs
P0128最长连续序列.cs
P0130被围绕的区域.cs
P0130被围绕的区域.cs
P0135分发糖果.cs
P0135分发糖果.cs
P0139单词拆分.cs
P0139单词拆分.cs
P0140单词拆分II.cs
P0140单词拆分II.cs
P0149直线上最多的点数.cs
P0149直线上最多的点数.cs
P0150逆波兰表达式求值.cs
P0150逆波兰表达式求值.cs
P0155最小栈.cs
P0155最小栈.cs
P0159至多包含两个不同字符的最长子串.cs
P0159至多包含两个不同字符的最长子串.cs
P0174地下城游戏.cs
P0174地下城游戏.cs
P0188买卖股票的最佳时机IV.cs
P0188买卖股票的最佳时机IV.cs
P0210课程表II.cs
P0210课程表II.cs
P0211添加与搜索单词.cs
P0211添加与搜索单词.cs
P0212单词搜索II.cs
P0212单词搜索II.cs
P0216组合总和III.cs
P0216组合总和III.cs
P0218天际线问题.cs
P0218天际线问题.cs
P0220存在重复元素III.cs
P0220存在重复元素III.cs
P0221最大正方形.cs
P0221最大正方形.cs
P0222完全二叉树的节点个数.cs
P0222完全二叉树的节点个数.cs
P0224基本计算器.cs
P0224基本计算器.cs
P0227基本计算器II.cs
P0227基本计算器II.cs
P0236二叉树的最近公共祖先.cs
P0236二叉树的最近公共祖先.cs
P0239滑动窗口最大值.cs
P0239滑动窗口最大值.cs
P0241为运算表达式设计优先级.cs
P0241为运算表达式设计优先级.cs
P0256粉刷房子.cs
P0256粉刷房子.cs
P0265粉刷房子II.cs
P0265粉刷房子II.cs
P0269火星词典.cs
P0269火星词典.cs
P0273整数转换英文表示.cs
P0273整数转换英文表示.cs
P0279完全平方数.cs
P0279完全平方数.cs
P0282给表达式添加运算符.cs
P0282给表达式添加运算符.cs
P0284窥探迭代器.cs
P0284窥探迭代器.cs
P0287寻找重复数.cs
P0287寻找重复数.cs
P0295数据流的中位数.cs
P0295数据流的中位数.cs
P0297二叉树的序列化与反序列化.cs
P0297二叉树的序列化与反序列化.cs
P0299猜数字游戏.cs
P0299猜数字游戏.cs
P0300最长递增子序列.cs
P0300最长递增子序列.cs
P0301删除无效的括号.cs
P0301删除无效的括号.cs
P0304二维区域和检索_矩阵不可变.cs
P0304二维区域和检索_矩阵不可变.cs
P0305岛屿数量II.cs
P0305岛屿数量II.cs
P0307区域和检索_数组可修改.cs
P0307区域和检索_数组可修改.cs
P0310最小高度树.cs
P0310最小高度树.cs
P0312戳气球.cs
P0312戳气球.cs
P0313超级丑数.cs
P0313超级丑数.cs
P0315计算右侧小于当前元素的个数.cs
P0315计算右侧小于当前元素的个数.cs
P0316去除重复字母.cs
P0316去除重复字母.cs
P0318最大单词长度乘积.cs
P0318最大单词长度乘积.cs
P0321拼接最大数.cs
P0321拼接最大数.cs
P0327区间和的个数.cs
P0327区间和的个数.cs
P0329矩阵中的最长递增路径.cs
P0329矩阵中的最长递增路径.cs
P0330按要求补齐数组.cs
P0330按要求补齐数组.cs
P0331验证二叉树的前序序列化.cs
P0331验证二叉树的前序序列化.cs
P0332重新安排行程.cs
P0332重新安排行程.cs
P0335路径交叉.cs
P0335路径交叉.cs
P0336回文对.cs
P0336回文对.cs
P0337打家劫舍III.cs
P0337打家劫舍III.cs
View all files
Repository files navigation
README
MIT license
More
items
LeetcodeSolutions
My problem solving code for leetcode using C#
About
My problem solving code for leetcode using C#
Resources
Readme
MIT license
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Used by
Contributors
Languages
You can’t perform that action at this time.