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 }}
callmePicacho
/
codingInterviews
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
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
22 Commits
22 Commits
03. 数组中重复的数字.md
03. 数组中重复的数字.md
04. 二维数组中的查找.md
04. 二维数组中的查找.md
05. 替换空格.md
05. 替换空格.md
06. 从尾到头打印链表.md
06. 从尾到头打印链表.md
07. 重建二叉树.md
07. 重建二叉树.md
09. 用两个栈实现队列.md
09. 用两个栈实现队列.md
10- I. 斐波那契数列.md
10- I. 斐波那契数列.md
10- II. 青蛙跳台阶问题.md
10- II. 青蛙跳台阶问题.md
11. 旋转数组的最小数字.md
11. 旋转数组的最小数字.md
12. 矩阵中的路径.md
12. 矩阵中的路径.md
13. 机器人的运动范围.md
13. 机器人的运动范围.md
14- I. 剪绳子.md
14- I. 剪绳子.md
14- II. 剪绳子 II.md
14- II. 剪绳子 II.md
15. 二进制中1的个数.md
15. 二进制中1的个数.md
16. 数值的整数次方.md
16. 数值的整数次方.md
17. 打印从1到最大的n位数.md
17. 打印从1到最大的n位数.md
18. 删除链表的节点.md
18. 删除链表的节点.md
20. 表示数值的字符串.md
20. 表示数值的字符串.md
21. 调整数组顺序使奇数位于偶数前面.md
21. 调整数组顺序使奇数位于偶数前面.md
22. 链表中倒数第k个节点.md
22. 链表中倒数第k个节点.md
24. 反转链表.md
24. 反转链表.md
25. 合并两个排序的链表.md
25. 合并两个排序的链表.md
26. 树的子结构.md
26. 树的子结构.md
27. 二叉树的镜像.md
27. 二叉树的镜像.md
28. 对称的二叉树.md
28. 对称的二叉树.md
29. 顺时针打印矩阵.md
29. 顺时针打印矩阵.md
30. 包含min函数的栈.md
30. 包含min函数的栈.md
31. 栈的压入、弹出序列.md
31. 栈的压入、弹出序列.md
32 - I. 从上到下打印二叉树.md
32 - I. 从上到下打印二叉树.md
32 - II. 从上到下打印二叉树 II.md
32 - II. 从上到下打印二叉树 II.md
32 - III. 从上到下打印二叉树 III.md
32 - III. 从上到下打印二叉树 III.md
33. 二叉搜索树的后序遍历序列.md
33. 二叉搜索树的后序遍历序列.md
34. 二叉树中和为某一值的路径.md
34. 二叉树中和为某一值的路径.md
35. 复杂链表的复制.md
35. 复杂链表的复制.md
38. 字符串的排列.md
38. 字符串的排列.md
39. 数组中出现次数超过一半的数字.md
39. 数组中出现次数超过一半的数字.md
40. 最小的k个数.md
40. 最小的k个数.md
42. 连续子数组的最大和.md
42. 连续子数组的最大和.md
44. 数字序列中某一位的数字.md
44. 数字序列中某一位的数字.md
45. 把数组排成最小的数.md
45. 把数组排成最小的数.md
46. 把数字翻译成字符串.md
46. 把数字翻译成字符串.md
47. 礼物的最大价值.md
47. 礼物的最大价值.md
48. 最长不含重复字符的子字符串.md
48. 最长不含重复字符的子字符串.md
49. 丑数.md
49. 丑数.md
50. 第一个只出现一次的字符.md
50. 第一个只出现一次的字符.md
52. 两个链表的第一个公共节点.md
52. 两个链表的第一个公共节点.md
53 - I. 在排序数组中查找数字 I.md
53 - I. 在排序数组中查找数字 I.md
53 - II. 0~n-1中缺失的数字.md
53 - II. 0~n-1中缺失的数字.md
54. 二叉搜索树的第k大节点.md
54. 二叉搜索树的第k大节点.md
55 - I. 二叉树的深度.md
55 - I. 二叉树的深度.md
55 - II. 平衡二叉树.md
55 - II. 平衡二叉树.md
56 - I. 数组中数字出现的次数.md
56 - I. 数组中数字出现的次数.md
56 - II. 数组中数字出现的次数 II.md
56 - II. 数组中数字出现的次数 II.md
57 - II. 和为s的连续正数序列.md
57 - II. 和为s的连续正数序列.md
57. 和为s的两个数字.md
57. 和为s的两个数字.md
58 - I. 翻转单词顺序.md
58 - I. 翻转单词顺序.md
58 - II. 左旋转字符串.md
58 - II. 左旋转字符串.md
59 - I. 滑动窗口的最大值.md
59 - I. 滑动窗口的最大值.md
59 - II. 队列的最大值.md
59 - II. 队列的最大值.md
60. n个骰子的点数.md
60. n个骰子的点数.md
61. 扑克牌中的顺子.md
61. 扑克牌中的顺子.md
62. 圆圈中最后剩下的数字.md
62. 圆圈中最后剩下的数字.md
63. 股票的最大利润.md
63. 股票的最大利润.md
64. 求1+2+…+n.md
64. 求1+2+…+n.md
66. 构建乘积数组.md
66. 构建乘积数组.md
67. 把字符串转换成整数.md
67. 把字符串转换成整数.md
68 - II. 二叉树的最近公共祖先.md
68 - II. 二叉树的最近公共祖先.md
LICENSE
LICENSE
README.md
README.md
View all files
Repository files navigation
README
MIT license
More
items
codingInterviews
Go 语言《剑指 offer》个人题解
About
Go 语言《剑指 offer》个人题解
Resources
Readme
MIT license
Activity
Stars
3
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
You can’t perform that action at this time.