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 }}
amlgithub
/
algorithm
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
7 Commits
7 Commits
111
111
剑指offer
剑指offer
A_01_二分查找.java
A_01_二分查找.java
A_02_283_移动非零元素.java
A_02_283_移动非零元素.java
A_03_75_颜色分类.java
A_03_75_颜色分类.java
A_04_167_两数之和.java
A_04_167_两数之和.java
A_05_209_长度最小子数组.java
A_05_209_长度最小子数组.java
A_06_3_无重复字符的最长子串.java
A_06_3_无重复字符的最长子串.java
A_07_349_两个数组的交集.java
A_07_349_两个数组的交集.java
A_08_350_两个数组的交集2.java
A_08_350_两个数组的交集2.java
A_09_1_两数之和.java
A_09_1_两数之和.java
A_10_454_四数相加II.java
A_10_454_四数相加II.java
A_11_447_回旋镖的数量.java
A_11_447_回旋镖的数量.java
A_12_219_存在重复元素II.java
A_12_219_存在重复元素II.java
A_13_220_存在重复元素III.java
A_13_220_存在重复元素III.java
A_14_206_反转链表.java
A_14_206_反转链表.java
A_15_203_移除链表元素.java
A_15_203_移除链表元素.java
A_16_24_两两交换链表中的节点.java
A_16_24_两两交换链表中的节点.java
A_17_237_删除链表中的节点.java
A_17_237_删除链表中的节点.java
A_18_19_删除链表的倒数第N个结点.java
A_18_19_删除链表的倒数第N个结点.java
A_19_20_有效的括号.java
A_19_20_有效的括号.java
A_20_144_二叉树的前序遍历_非递归.java
A_20_144_二叉树的前序遍历_非递归.java
A_21_94_二叉树的中序遍历_非递归.java
A_21_94_二叉树的中序遍历_非递归.java
A_22_145_二叉树的后序遍历_非递归.java
A_22_145_二叉树的后序遍历_非递归.java
A_23_102_二叉树的层序遍历.java
A_23_102_二叉树的层序遍历.java
A_24_279_完全平方数.java
A_24_279_完全平方数.java
A_25_347_前K个高频元素.java
A_25_347_前K个高频元素.java
A_26_104_二叉树的最大深度.java
A_26_104_二叉树的最大深度.java
A_27_226_翻转二叉树___递归练习.java
A_27_226_翻转二叉树___递归练习.java
A_28_112_路径总和.java
A_28_112_路径总和.java
A_29_257_二叉树的所有路径.java
A_29_257_二叉树的所有路径.java
A_30_437_路径总和3.java
A_30_437_路径总和3.java
A_31_235_二叉搜索树的最近公共祖先_二叉搜索树.java
A_31_235_二叉搜索树的最近公共祖先_二叉搜索树.java
A_32_17_电话号码的字母组合_树形题型.java
A_32_17_电话号码的字母组合_树形题型.java
A_33_46_全排列.java
A_33_46_全排列.java
A_34_77_组合.java
A_34_77_组合.java
A_35_79_单词搜索.java
A_35_79_单词搜索.java
A_36_200_岛屿数量_深度遍历.java
A_36_200_岛屿数量_深度遍历.java
A_37_51_N皇后_经典递归回溯问题.java
A_37_51_N皇后_经典递归回溯问题.java
A_38_70_爬楼梯_动态规划.java
A_38_70_爬楼梯_动态规划.java
A_39_343_整数拆分.java
A_39_343_整数拆分.java
A_40_198_打家劫舍.java
A_40_198_打家劫舍.java
A_41_41_01背包.java
A_41_41_01背包.java
A_42_416_分割等和子集.java
A_42_416_分割等和子集.java
A_43_300_最长递增子序列.java
A_43_300_最长递增子序列.java
A_44_1143_最长公共子序列_dp躲避边界方法.java
A_44_1143_最长公共子序列_dp躲避边界方法.java
A_45_455_分发饼干_贪心算法部分.java
A_45_455_分发饼干_贪心算法部分.java
A_46_435_无重叠区间_贪心或dp.java
A_46_435_无重叠区间_贪心或dp.java
ListNode.java
ListNode.java
ListNode_创建和打印.java
ListNode_创建和打印.java
TreeNode.java
TreeNode.java
View all files
About
No description, website, or topics provided.
Activity
Stars
1
star
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.