Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Kealer
/
Cracking-the-Coding-Interview
Public
forked from
Wang-Jun-Chao/Cracking-the-Coding-Interview
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Kealer/Cracking-the-Coding-Interview
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
42 Commits
42 Commits
.idea
.idea
01-数组与字符串
01-数组与字符串
0104-字符串-空格替换
0104-字符串-空格替换
0109-代码的鲁棒性-链表中倒数第k个结点
0109-代码的鲁棒性-链表中倒数第k个结点
02-链表
02-链表
0203-链表-访问单个节点的删除
0203-链表-访问单个节点的删除
0306-栈和队列-双栈排序
0306-栈和队列-双栈排序
0402-图-有向路径检查
0402-图-有向路径检查
0408-举例让抽象具体化-二叉树中和为某一值的路径
0408-举例让抽象具体化-二叉树中和为某一值的路径
0503-位运算-最接近的数
0503-位运算-最接近的数
0506-位运算-奇偶位交换
0506-位运算-奇偶位交换
0507-位运算-找出缺失的整数
0507-位运算-找出缺失的整数
0508-位运算-像素设定
0508-位运算-像素设定
0704-数学基础-加法运算替代
0704-数学基础-加法运算替代
0706-计算几何-穿点最多的直线
0706-计算几何-穿点最多的直线
0901-递归和动态规划-上楼梯
0901-递归和动态规划-上楼梯
0906-递归和动态规划-合法括号序列判断
0906-递归和动态规划-合法括号序列判断
0908-递归和动态规划-硬币表示
0908-递归和动态规划-硬币表示
0909-递归和动态规划-n皇后问题
0909-递归和动态规划-n皇后问题
0910-递归和动态规划-堆箱子
0910-递归和动态规划-堆箱子
0911-链表-约瑟夫问题I
0911-链表-约瑟夫问题I
0912-链表-约瑟夫问题II
0912-链表-约瑟夫问题II
1102-排序与查找-变位词排序
1102-排序与查找-变位词排序
1105-排序和查找-找出字符串
1105-排序和查找-找出字符串
1106-排序和查找-矩阵元素查找
1106-排序和查找-矩阵元素查找
1107-排序和查找-叠罗汉I
1107-排序和查找-叠罗汉I
1107-排序和查找-叠罗汉II
1107-排序和查找-叠罗汉II
1108-排序和查找-维护x的秩
1108-排序和查找-维护x的秩
1109-排序和查找-数组中的逆序对
1109-排序和查找-数组中的逆序对
1701-编程基础-无缓存交换
1701-编程基础-无缓存交换
1702-编程基础-井字棋
1702-编程基础-井字棋
1703-数学基础-阶乘尾零
1703-数学基础-阶乘尾零
1704-编程思想-无判断max
1704-编程思想-无判断max
1705-编程思想-珠玑妙算
1705-编程思想-珠玑妙算
1706-排序和查找-最小调整有序
1706-排序和查找-最小调整有序
1707-编程基础-数字发音
1707-编程基础-数字发音
1708-贪心-最大连续数列和
1708-贪心-最大连续数列和
1709-编程基础-词频统计
1709-编程基础-词频统计
1712-编程基础-整数对查找
1712-编程基础-整数对查找
1713-递归-树转链表
1713-递归-树转链表
1801-数学思维-另类加法
1801-数学思维-另类加法
1804-数学基础-2的个数
1804-数学基础-2的个数
1805-字符串-单词最近距离
1805-字符串-单词最近距离
1807-字符串和递归-最长合成字符串
1807-字符串和递归-最长合成字符串
1808-字符串及数据结构-子串判断
1808-字符串及数据结构-子串判断
1809-数据结构-实时中位数
1809-数据结构-实时中位数
1810-字符串及队列-字符串变换
1810-字符串及队列-字符串变换
1811-数组及编程基础-最大子方阵
1811-数组及编程基础-最大子方阵
1812-动态规划-最大和子矩阵
1812-动态规划-最大和子矩阵
1813-动态规划-最大字母矩阵
1813-动态规划-最大字母矩阵
1814-栈-下一个较大元素
1814-栈-下一个较大元素
1815-栈-下一个较大元素II
1815-栈-下一个较大元素II
ListNode.java
ListNode.java
Main.java
Main.java
TreeNode.java
TreeNode.java
View all files
About
程序员面试金典
Uh oh!
There was an error while loading.
Please reload this page
.
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
No releases published
Packages
0
Uh oh!
There was an error while loading.
Please reload this page
.
Contributors
Uh oh!
There was an error while loading.
Please reload this page
.
Languages
Java
100.0%
You can’t perform that action at this time.