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
Type
/
to 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 }}
halu886
/
algorithm-program
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
master
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
173 Commits
173 Commits
.vscode
.vscode
10.正则表达式匹配.js
10.正则表达式匹配.js
100.相同的树.cpp
100.相同的树.cpp
101.对称二叉树.cpp
101.对称二叉树.cpp
102.二叉树的层序遍历.cpp
102.二叉树的层序遍历.cpp
103.二叉树的锯齿形层次遍历.cpp
103.二叉树的锯齿形层次遍历.cpp
104.二叉树的最大深度.cpp
104.二叉树的最大深度.cpp
105.从前序与中序遍历序列构造二叉树.cpp
105.从前序与中序遍历序列构造二叉树.cpp
107.二叉树的层次遍历-ii.cpp
107.二叉树的层次遍历-ii.cpp
11.盛最多水的容器.js
11.盛最多水的容器.js
12.整数转罗马数字.js
12.整数转罗马数字.js
13.罗马数字转整数.js
13.罗马数字转整数.js
136.只出现一次的数字.cpp
136.只出现一次的数字.cpp
137.只出现一次的数字-ii.cpp
137.只出现一次的数字-ii.cpp
14.最长公共前缀.js
14.最长公共前缀.js
15.三数之和.js
15.三数之和.js
16.最接近的三数之和.js
16.最接近的三数之和.js
169.多数元素.cpp
169.多数元素.cpp
17.电话号码的字母组合.js
17.电话号码的字母组合.js
18.四数之和.js
18.四数之和.js
187.重复的dna序列.cpp
187.重复的dna序列.cpp
19.删除链表的倒数第n个节点.js
19.删除链表的倒数第n个节点.js
20.有效的括号.js
20.有效的括号.js
21.合并两个有序链表.js
21.合并两个有序链表.js
218.天际线问题.cpp
218.天际线问题.cpp
22.括号生成.cpp
22.括号生成.cpp
23.合并k个排序链表.cpp
23.合并k个排序链表.cpp
24.两两交换链表中的节点.cpp
24.两两交换链表中的节点.cpp
25.k-个一组翻转链表.cpp
25.k-个一组翻转链表.cpp
26.删除排序数组中的重复项.cpp
26.删除排序数组中的重复项.cpp
27.移除元素.cpp
27.移除元素.cpp
28.实现str-str.cpp
28.实现str-str.cpp
29.两数相除.cpp
29.两数相除.cpp
292.nim-游戏.cpp
292.nim-游戏.cpp
30.串联所有单词的子串.cpp
30.串联所有单词的子串.cpp
307.区域和检索-数组可修改.cpp
307.区域和检索-数组可修改.cpp
31.下一个排列.cpp
31.下一个排列.cpp
315.计算右侧小于当前元素的个数.cpp
315.计算右侧小于当前元素的个数.cpp
319.灯泡开关.cpp
319.灯泡开关.cpp
32.最长有效括号.cpp
32.最长有效括号.cpp
33.搜索旋转排序数组.cpp
33.搜索旋转排序数组.cpp
34.在排序数组中查找元素的第一个和最后一个位置.cpp
34.在排序数组中查找元素的第一个和最后一个位置.cpp
35.搜索插入位置.cpp
35.搜索插入位置.cpp
36.有效的数独.cpp
36.有效的数独.cpp
37.解数独.cpp
37.解数独.cpp
38.报数.cpp
38.报数.cpp
39.组合总和.cpp
39.组合总和.cpp
40.组合总和-ii.cpp
40.组合总和-ii.cpp
41.缺失的第一个正数.cpp
41.缺失的第一个正数.cpp
42.接雨水.cpp
42.接雨水.cpp
44.通配符匹配.cpp
44.通配符匹配.cpp
45.跳跃游戏-ii.cpp
45.跳跃游戏-ii.cpp
46.全排列.cpp
46.全排列.cpp
47.全排列-ii.cpp
47.全排列-ii.cpp
48.旋转图像.cpp
48.旋转图像.cpp
50.pow-x-n.cpp
50.pow-x-n.cpp
51.n皇后.cpp
51.n皇后.cpp
52.n皇后-ii.cpp
52.n皇后-ii.cpp
53.最大子序和.cpp
53.最大子序和.cpp
5364.cpp
5364.cpp
54.螺旋矩阵.cpp
54.螺旋矩阵.cpp
55.跳跃游戏.cpp
55.跳跃游戏.cpp
6.zigzag-conversion.js
6.zigzag-conversion.js
69.x-的平方根.cpp
69.x-的平方根.cpp
7.reverse-integer.js
7.reverse-integer.js
74.搜索二维矩阵.cpp
74.搜索二维矩阵.cpp
78.子集.cpp
78.子集.cpp
793.阶乘函数后k个零.cpp
793.阶乘函数后k个零.cpp
8.字符串转换整数-atoi.js
8.字符串转换整数-atoi.js
9.回文数.js
9.回文数.js
98.验证二叉搜索树.cpp
98.验证二叉搜索树.cpp
99.恢复二叉搜索树.cpp
99.恢复二叉搜索树.cpp
View all files
About
leetCode题库相关训练仓库
Activity
Stars
1
star
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Used by
Contributors
Languages
You can’t perform that action at this time.