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 }}
everthis
/
nowcoder-js
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
61 Commits
61 Commits
JZ60-把二叉树打印成多行.js
JZ60-把二叉树打印成多行.js
LICENSE
LICENSE
README.md
README.md
cd59-判断一个点是否在三角形内部.js
cd59-判断一个点是否在三角形内部.js
nc1-大数加法.js
nc1-大数加法.js
nc102-在二叉树中找到两个节点的最近公共祖先.js
nc102-在二叉树中找到两个节点的最近公共祖先.js
nc103-反转字符串.js
nc103-反转字符串.js
nc105-二分查找-II.js
nc105-二分查找-II.js
nc112-进制转换.js
nc112-进制转换.js
nc119-最小的K个数.js
nc119-最小的K个数.js
nc120-二进制中1的个数.js
nc120-二进制中1的个数.js
nc127-最长公共子串.js
nc127-最长公共子串.js
nc128-容器盛水问题.js
nc128-容器盛水问题.js
nc13-二叉树的最大深度.js
nc13-二叉树的最大深度.js
nc133-链表的奇偶重排.js
nc133-链表的奇偶重排.js
nc14-二叉树的之字形层序遍历.js
nc14-二叉树的之字形层序遍历.js
nc140-排序.js
nc140-排序.js
nc15-求二叉树的层序遍历.js
nc15-求二叉树的层序遍历.js
nc154-最长回文子序列.js
nc154-最长回文子序列.js
nc17-最长回文子串.js
nc17-最长回文子串.js
nc19-子数组的最大累加和问题.js
nc19-子数组的最大累加和问题.js
nc22-合并两个有序的数组.js
nc22-合并两个有序的数组.js
nc3-链表中环的入口结点.js
nc3-链表中环的入口结点.js
nc33-合并有序链表.js
nc33-合并有序链表.js
nc38-螺旋矩阵.js
nc38-螺旋矩阵.js
nc4-判断链表中是否有环.js
nc4-判断链表中是否有环.js
nc40-两个链表生成相加链表.js
nc40-两个链表生成相加链表.js
nc41-最长无重复子数组.js
nc41-最长无重复子数组.js
nc45-实现二叉树先序中序和后序遍历.js
nc45-实现二叉树先序中序和后序遍历.js
nc50-链表中的节点每k个一组翻转.js
nc50-链表中的节点每k个一组翻转.js
nc51-合并k个已排序的链表.js
nc51-合并k个已排序的链表.js
nc52-括号序列.js
nc52-括号序列.js
nc53-删除链表的倒数第n个节点.js
nc53-删除链表的倒数第n个节点.js
nc61-两数之和.js
nc61-两数之和.js
nc62-平衡二叉树.js
nc62-平衡二叉树.js
nc65- 斐波那契数列.js
nc65- 斐波那契数列.js
nc65-斐波那契数列.js
nc65-斐波那契数列.js
nc66-两个链表的第一个公共结点.js
nc66-两个链表的第一个公共结点.js
nc68-跳台阶.js
nc68-跳台阶.js
nc70-单链表的排序.js
nc70-单链表的排序.js
nc73-数组中出现次数超过一半的数字.js
nc73-数组中出现次数超过一半的数字.js
nc76-用两个栈实现队列.js
nc76-用两个栈实现队列.js
nc78-反转链表.js
nc78-反转链表.js
nc82-滑动窗口的最大值.js
nc82-滑动窗口的最大值.js
nc88-寻找第K大.js
nc88-寻找第K大.js
nc91-最长递增子序列.js
nc91-最长递增子序列.js
nc92-最长公共子序列-II.js
nc92-最长公共子序列-II.js
nc93-设计LRU缓存结构.js
nc93-设计LRU缓存结构.js
nc95-数组中的最长连续子序列.js
nc95-数组中的最长连续子序列.js
nc97-字符串出现次数的TopK问题.js
nc97-字符串出现次数的TopK问题.js
View all files
Repository files navigation
README
MIT license
More
items
nowcoder-js
About
No description, website, or topics provided.
Resources
Readme
MIT license
Activity
Stars
2
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.