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 }}
axdii
/
CodingInterviewAppendix
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
10 Commits
10 Commits
----解题模板---.cpp
----解题模板---.cpp
.gitignore
.gitignore
LICENSE
LICENSE
README.md
README.md
test.cpp
test.cpp
test1.cpp
test1.cpp
不用加减乘除做加法.cpp
不用加减乘除做加法.cpp
丑数.cpp
丑数.cpp
两个链表的第一个公共节点.cpp
两个链表的第一个公共节点.cpp
乘积最大子序列.cpp
乘积最大子序列.cpp
二叉搜索数的后续遍历序列.cpp
二叉搜索数的后续遍历序列.cpp
二叉搜索树与双向链表.cpp
二叉搜索树与双向链表.cpp
二叉搜索树的第k个节点.cpp
二叉搜索树的第k个节点.cpp
二叉树中和为某一值的路径.cpp
二叉树中和为某一值的路径.cpp
二叉树的下一个节点.cpp
二叉树的下一个节点.cpp
二叉树的深度.cpp
二叉树的深度.cpp
二叉树的镜像.cpp
二叉树的镜像.cpp
二维数组中查找.cpp
二维数组中查找.cpp
二进制中的1的个数.cpp
二进制中的1的个数.cpp
从上往下打印二叉树.cpp
从上往下打印二叉树.cpp
从尾到头打印链表.cpp
从尾到头打印链表.cpp
删除链表中重复的节点.cpp
删除链表中重复的节点.cpp
反转链表.cpp
反转链表.cpp
变态跳台阶.cpp
变态跳台阶.cpp
合并两个排序的链表.cpp
合并两个排序的链表.cpp
和为S的两个数字.cpp
和为S的两个数字.cpp
和为S的连续正数序列.cpp
和为S的连续正数序列.cpp
复杂链表的复制.cpp
复杂链表的复制.cpp
字符串的排序.cpp
字符串的排序.cpp
孩子们的游戏(圆圈中最后剩下的数).cpp
孩子们的游戏(圆圈中最后剩下的数).cpp
对称的二叉树.cpp
对称的二叉树.cpp
左旋转字符串.cpp
左旋转字符串.cpp
平衡二叉树.cpp
平衡二叉树.cpp
扑克牌顺子.cpp
扑克牌顺子.cpp
把字符串转换成整数.cpp
把字符串转换成整数.cpp
把数组排成最小的数.cpp
把数组排成最小的数.cpp
数值的整数次方.cpp
数值的整数次方.cpp
数字在排序数组中出现的次数.cpp
数字在排序数组中出现的次数.cpp
数组中出现次数超过一半的数字.cpp
数组中出现次数超过一半的数字.cpp
数组中只出现一次的数字.cpp
数组中只出现一次的数字.cpp
数组中重复的数字.cpp
数组中重复的数字.cpp
整数中1出现的次数.cpp
整数中1出现的次数.cpp
斐波那契数列.cpp
斐波那契数列.cpp
方言.cpp
方言.cpp
旋转数组的最小数字.cpp
旋转数组的最小数字.cpp
替换空格.cpp
替换空格.cpp
最小的k个数.cpp
最小的k个数.cpp
栈的压入、弹出序列.cpp
栈的压入、弹出序列.cpp
树的子结构.cpp
树的子结构.cpp
求1+2+到n 不使用常用循环乘除.cpp
求1+2+到n 不使用常用循环乘除.cpp
求x到y的最少计算次数.cpp
求x到y的最少计算次数.cpp
滑动窗口的最大值.cpp
滑动窗口的最大值.cpp
用两个栈实现队列.cpp
用两个栈实现队列.cpp
矩形覆盖.cpp
矩形覆盖.cpp
第一个只出现一次的字符.cpp
第一个只出现一次的字符.cpp
翻转单词顺序列.cpp
翻转单词顺序列.cpp
表示数值的字符串.cpp
表示数值的字符串.cpp
调整数组顺序使奇数位于偶数前面.cpp
调整数组顺序使奇数位于偶数前面.cpp
跳台阶.cpp
跳台阶.cpp
连续子数组的最大和.cpp
连续子数组的最大和.cpp
重建二叉树.cpp
重建二叉树.cpp
链表中倒数第k个节点.cpp
链表中倒数第k个节点.cpp
阶乘末尾非零数字.cpp
阶乘末尾非零数字.cpp
青蛙跳台阶.cpp
青蛙跳台阶.cpp
顺时针打印矩阵.cpp
顺时针打印矩阵.cpp
View all files
Repository files navigation
README
GPL-3.0 license
More
items
CodingInterviewAppendix
剑指offer、leetcode或面试遇到的编程题
About
剑指offer、leetcode或面试遇到的编程题
Resources
Readme
GPL-3.0 license
Activity
Stars
1
star
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.