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 }}
Liubasara
/
pratice_code
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
11
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
402 Commits
402 Commits
c#
c#
css
css
docker/
network
docker/
network
javascript
javascript
leetcode
leetcode
mvmm框架原理
mvmm框架原理
shell
shell
typescript
typescript
数据结构和算法笔记
数据结构和算法笔记
算法
算法
2进制1计数.py
2进制1计数.py
9_9.py
9_9.py
README.md
README.md
csgo json.py
csgo json.py
danmu.py
danmu.py
global和nonlocal的使用.py
global和nonlocal的使用.py
py.py
py.py
staticmethod与classmethod的用法.py
staticmethod与classmethod的用法.py
不用条件语句计算1+2+..n.py
不用条件语句计算1+2+..n.py
两个单调递增链表合成.py
两个单调递增链表合成.py
两个栈实现队列.py
两个栈实现队列.py
之字形打印二叉树.py
之字形打印二叉树.py
二叉搜索树的第K个节点.py
二叉搜索树的第K个节点.py
二叉搜索树转链表.py
二叉搜索树转链表.py
二叉树中和为某一值的路径.py
二叉树中和为某一值的路径.py
二叉树的深度.py
二叉树的深度.py
二叉树镜像.py
二叉树镜像.py
从1到n中1出现的个数.py
从1到n中1出现的个数.py
从上至下一层一层打印二叉树.py
从上至下一层一层打印二叉树.py
从上至下打印二叉树.py
从上至下打印二叉树.py
关于装饰器的理解举例.py
关于装饰器的理解举例.py
冒泡排序.py
冒泡排序.py
删除链表中重复的结点(不包括重复结点).py
删除链表中重复的结点(不包括重复结点).py
判断一个二叉树是否为镜像以及新建一个二叉树镜像.py
判断一个二叉树是否为镜像以及新建一个二叉树镜像.py
判断后序二叉树.py
判断后序二叉树.py
双链表共同结点.py
双链表共同结点.py
和为s的连续正数序列.py
和为s的连续正数序列.py
在数组中查找和为S的一对数.py
在数组中查找和为S的一对数.py
复制复杂链表.py
复制复杂链表.py
字符串的排列.py
字符串的排列.py
字符流中的第一个字符.py
字符流中的第一个字符.py
孩子们的游戏(圆圈中最后剩下的数).py
孩子们的游戏(圆圈中最后剩下的数).py
寻找中序遍历二叉树的下一个结点.py
寻找中序遍历二叉树的下一个结点.py
左旋转字符串.py
左旋转字符串.py
快速排序.py
快速排序.py
快速排序单函数版.py
快速排序单函数版.py
扑克牌顺子.py
扑克牌顺子.py
把字符串转换成整数(不用int函数).py
把字符串转换成整数(不用int函数).py
把数组排成最小的数.py
把数组排成最小的数.py
数据流中的中位数.py
数据流中的中位数.py
数的子结构.py
数的子结构.py
数组中重复的数字.py
数组中重复的数字.py
整数中的整除数.py
整数中的整除数.py
斐波那契.py
斐波那契.py
旋转数组.py
旋转数组.py
暖手宝.py
暖手宝.py
机器人的运动范围.py
机器人的运动范围.py
构建乘积数组.py
构建乘积数组.py
栈的压入,弹出序列.py
栈的压入,弹出序列.py
正则表达式匹配.py
正则表达式匹配.py
求连续数组的最大和.py
求连续数组的最大和.py
滑动窗口的最大值.py
滑动窗口的最大值.py
矩阵中的路径.py
矩阵中的路径.py
第一个只出现一次的字符位置 .py
第一个只出现一次的字符位置 .py
线程中互斥锁与可重入锁概念.py
线程中互斥锁与可重入锁概念.py
美元和人民币转换成数字.py
美元和人民币转换成数字.py
翻转单词顺序列.py
翻转单词顺序列.py
调整数组奇偶顺序.py
调整数组奇偶顺序.py
逆序对.py
逆序对.py
链表.py
链表.py
链表寻找环节点.py
链表寻找环节点.py
链表逆转输出.py
链表逆转输出.py
顺时针打印矩阵.py
顺时针打印矩阵.py
顺时针旋转二维数组.py
顺时针旋转二维数组.py
View all files
Repository files navigation
README
More
items
Pratice Code
在牛客网及leetcode上的练习代码
以及一些好玩的日常代码集合
About
乱七八糟的有趣代码都在这里
Resources
Readme
Activity
Stars
2
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Used by
Contributors
Languages
You can’t perform that action at this time.