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 }}
xiaomj
/
algo_exercises
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
xiaomj/algo_exercises
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
9 Commits
9 Commits
O1删除链表节点
O1删除链表节点
algo @ d4c3fe1
algo @ d4c3fe1
c++
c++
leetcode @ 3f9104f
leetcode @ 3f9104f
n个骰子的点数
n个骰子的点数
undone
undone
不用加减乘除做加法
不用加减乘除做加法
不能被继承的类
不能被继承的类
两个链表的第一个公共节点
两个链表的第一个公共节点
二叉搜索树与双向链表
二叉搜索树与双向链表
二叉树中和为某一值的路径
二叉树中和为某一值的路径
二叉树的后序遍历序列
二叉树的后序遍历序列
二叉树的镜像
二叉树的镜像
二进制1的个数
二进制1的个数
从1到n整数中1出现的次数
从1到n整数中1出现的次数
从上往下打印二叉树
从上往下打印二叉树
从第一个字符串中删除在第二个字符串中出现过的所有字符
从第一个字符串中删除在第二个字符串中出现过的所有字符
删除字符串中所有重复出现的字符
删除字符串中所有重复出现的字符
包含min函数的栈
包含min函数的栈
反转链表
反转链表
和为s的两个数字
和为s的两个数字
和为s的连续正整数
和为s的连续正整数
圆圈中最后剩下的数字
圆圈中最后剩下的数字
复杂链表的复制
复杂链表的复制
字符串的左旋转操作
字符串的左旋转操作
字符串的排列
字符串的排列
字符串的组合
字符串的组合
密码强弱判断
密码强弱判断
扑克牌的顺子
扑克牌的顺子
打印1到最大的n位数
打印1到最大的n位数
把字符串转换成整数
把字符串转换成整数
把数组排成最小的数
把数组排成最小的数
数值的整数次方
数值的整数次方
数字在排序数组中出现的次数
数字在排序数组中出现的次数
数组中出现次数超过一半的数字
数组中出现次数超过一半的数字
数组中只出现一次的数字
数组中只出现一次的数字
最大回文子串
最大回文子串
最小的k个数
最小的k个数
栈的压入和弹出序列
栈的压入和弹出序列
树中两个结点的最低公共祖先
树中两个结点的最低公共祖先
树的子结构
树的子结构
正方体三组相对的面上四顶点相等
正方体三组相对的面上四顶点相等
比较两个用字符串储存的数的大小
比较两个用字符串储存的数的大小
求1到n的和
求1到n的和
空啤酒瓶兑啤酒
空啤酒瓶兑啤酒
第一个只出现一次的字符
第一个只出现一次的字符
翻转单词顺序
翻转单词顺序
调整数组顺序使奇数位于偶数前
调整数组顺序使奇数位于偶数前
输入一颗二叉树判断是不是平衡二叉树
输入一颗二叉树判断是不是平衡二叉树
连续子数组大最大和
连续子数组大最大和
青蛙跳
青蛙跳
顺时针打印矩阵
顺时针打印矩阵
.gitignore
.gitignore
.gitmodules
.gitmodules
README
README
append_list.c
append_list.c
binary_search.c
binary_search.c
binary_search_iter.c
binary_search_iter.c
binary_search_tree.c
binary_search_tree.c
clean.sh
clean.sh
compare_two_number.c
compare_two_number.c
construct_queue_using_two_stacks.cc
construct_queue_using_two_stacks.cc
construct_stack_using_two_queues.c
construct_stack_using_two_queues.c
delete_list.c
delete_list.c
edit_distance.c
edit_distance.c
fibonacci.c
fibonacci.c
generate_prime.c
generate_prime.c
hash_table.cc
hash_table.cc
kth_list.c
kth_list.c
list.h
list.h
log_analyse.c
log_analyse.c
merge_sort.c
merge_sort.c
merge_sort_big_data.c
merge_sort_big_data.c
merge_sorted_2_arr.c
merge_sorted_2_arr.c
print_list_from_tail.c
print_list_from_tail.c
quick_sort.c
quick_sort.c
quick_sort_fast.c
quick_sort_fast.c
replace_space.c
replace_space.c
std_funcs.cc
std_funcs.cc
traverse_tree.c
traverse_tree.c
tree.h
tree.h
tree_height.c
tree_height.c
two_sum.c
two_sum.c
View all files
Repository files navigation
README
最近一次刷题的代码。还加了以前的repos。
About
算法题
Resources
Readme
Uh oh!
There was an error while loading.
Please reload this page
.
Activity
Stars
1
star
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
61.7%
C
29.4%
C++
8.8%
Shell
0.1%
You can’t perform that action at this time.