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 }}
liqihang007
/
mylintcodes
Public
forked from
jordandong/mylintcodes
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
liqihang007/mylintcodes
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
180 Commits
180 Commits
2Sum.cpp
2Sum.cpp
3Sum.cpp
3Sum.cpp
3SumClosest.cpp
3SumClosest.cpp
4Sum.cpp
4Sum.cpp
Anagrams.cpp
Anagrams.cpp
AplusB Problem.cpp
AplusB Problem.cpp
Backpack.cpp
Backpack.cpp
BackpackII.cpp
BackpackII.cpp
BalancedBinaryTree.cpp
BalancedBinaryTree.cpp
BestTimeToBuyAndSellStock.cpp
BestTimeToBuyAndSellStock.cpp
BestTimeToBuyAndSellStockII.cpp
BestTimeToBuyAndSellStockII.cpp
BestTimeToBuyAndSellStockIII.cpp
BestTimeToBuyAndSellStockIII.cpp
BinaryRepresentation.cpp
BinaryRepresentation.cpp
BinarySearch.cpp
BinarySearch.cpp
BinaryTreeInorderTraversal.cpp
BinaryTreeInorderTraversal.cpp
BinaryTreeLevelOrderTraversal.cpp
BinaryTreeLevelOrderTraversal.cpp
BinaryTreeLevelOrderTraversalII.cpp
BinaryTreeLevelOrderTraversalII.cpp
BinaryTreeMaximumPathSum.cpp
BinaryTreeMaximumPathSum.cpp
BinaryTreePostorderTraversal.cpp
BinaryTreePostorderTraversal.cpp
BinaryTreePreorderTraversal.cpp
BinaryTreePreorderTraversal.cpp
BinaryTreeZigzagLevelOrderTraversal.cpp
BinaryTreeZigzagLevelOrderTraversal.cpp
ClimbingStairs.cpp
ClimbingStairs.cpp
CloneGraph.cpp
CloneGraph.cpp
CombinationSum.cpp
CombinationSum.cpp
CombinationSumII.cpp
CombinationSumII.cpp
Combinations.cpp
Combinations.cpp
CompareStrings.cpp
CompareStrings.cpp
ConstructBinaryTreeFromInorderAndPostorderTraversal.cpp
ConstructBinaryTreeFromInorderAndPostorderTraversal.cpp
ConstructBinaryTreeFromPreorderAndInorderTraversal.cpp
ConstructBinaryTreeFromPreorderAndInorderTraversal.cpp
ConvertSortedListToBinarySearchTree.cpp
ConvertSortedListToBinarySearchTree.cpp
CopyListWithRandomPointer.cpp
CopyListWithRandomPointer.cpp
DeleteDigits.cpp
DeleteDigits.cpp
DigitCounts.cpp
DigitCounts.cpp
DistinctSubsequences.cpp
DistinctSubsequences.cpp
EditDistance.cpp
EditDistance.cpp
FastPower.cpp
FastPower.cpp
FindAPeak.cpp
FindAPeak.cpp
FindMinimumInRotatedSortedArray.cpp
FindMinimumInRotatedSortedArray.cpp
FindMinimumInRotatedSortedArrayII.cpp
FindMinimumInRotatedSortedArrayII.cpp
FirstBadVersion.cpp
FirstBadVersion.cpp
FizzBuzz.cpp
FizzBuzz.cpp
HashFunction.cpp
HashFunction.cpp
Heapify.cpp
Heapify.cpp
ImplementIteratorOfBinarySearchTree.cpp
ImplementIteratorOfBinarySearchTree.cpp
ImplementQueueByStacks.cpp
ImplementQueueByStacks.cpp
InsertInterval.cpp
InsertInterval.cpp
InsertNodeInABinarySearchTree.cpp
InsertNodeInABinarySearchTree.cpp
InterleavingPositiveAndNegativeNumbers.cpp
InterleavingPositiveAndNegativeNumbers.cpp
InterleavingString.cpp
InterleavingString.cpp
JumpGame.cpp
JumpGame.cpp
JumpGameII.cpp
JumpGameII.cpp
KSum.cpp
KSum.cpp
KSumII.cpp
KSumII.cpp
KthLargestElement.cpp
KthLargestElement.cpp
KthPrimeNumber.cpp
KthPrimeNumber.cpp
LRUCache.cpp
LRUCache.cpp
LargestRectangleInHistogram.cpp
LargestRectangleInHistogram.cpp
LinkedListCycle.cpp
LinkedListCycle.cpp
LinkedListCycleII.cpp
LinkedListCycleII.cpp
LongestCommonSubsequence.cpp
LongestCommonSubsequence.cpp
LongestCommonSubstring.cpp
LongestCommonSubstring.cpp
LongestConsecutiveSequence.cpp
LongestConsecutiveSequence.cpp
LongestIncreasingSubsequence.cpp
LongestIncreasingSubsequence.cpp
LowestCommonAncestor.cpp
LowestCommonAncestor.cpp
MajorityNumber.cpp
MajorityNumber.cpp
MajorityNumberII.cpp
MajorityNumberII.cpp
MajorityNumberIII.cpp
MajorityNumberIII.cpp
MaxTree.cpp
MaxTree.cpp
MaximumDepthOfBinaryTree.cpp
MaximumDepthOfBinaryTree.cpp
MaximumSubarray.cpp
MaximumSubarray.cpp
MaximumSubarrayDifference.cpp
MaximumSubarrayDifference.cpp
MaximumSubarrayII.cpp
MaximumSubarrayII.cpp
MaximumSubarrayIII.cpp
MaximumSubarrayIII.cpp
Median.cpp
Median.cpp
MedianII.cpp
MedianII.cpp
MedianOfTwoSortedArrays.cpp
MedianOfTwoSortedArrays.cpp
MergeSortedArray.cpp
MergeSortedArray.cpp
MergeSortedArrayII.cpp
MergeSortedArrayII.cpp
MergeTwoSortedLists.cpp
MergeTwoSortedLists.cpp
MergekSortedLists.cpp
MergekSortedLists.cpp
MinStack.cpp
MinStack.cpp
MinimumAdjustmentCost.cpp
MinimumAdjustmentCost.cpp
MinimumDepthOfBinaryTree.cpp
MinimumDepthOfBinaryTree.cpp
MinimumPathSum.cpp
MinimumPathSum.cpp
MinimumSubarray.cpp
MinimumSubarray.cpp
MinimumWindowSubstring.cpp
MinimumWindowSubstring.cpp
N-Queens.cpp
N-Queens.cpp
N-QueensII.cpp
N-QueensII.cpp
NextPermuation.cpp
NextPermuation.cpp
NthToLastNodeInList.cpp
NthToLastNodeInList.cpp
NumberTriangle.cpp
NumberTriangle.cpp
O(1)CheckPowerOf2.cpp
O(1)CheckPowerOf2.cpp
PalindromePartitioning.cpp
PalindromePartitioning.cpp
PalindromePartitioningII.cpp
PalindromePartitioningII.cpp
PartitionArray.cpp
PartitionArray.cpp
PartitionList.cpp
PartitionList.cpp
Permutations.cpp
Permutations.cpp
PreviousPermuation.cpp
PreviousPermuation.cpp
ProductOfArrayExcludeItself.cpp
ProductOfArrayExcludeItself.cpp
RecoverRotatedSortedArray.cpp
RecoverRotatedSortedArray.cpp
View all files
About
Practise for lintcode.com
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
C++
100.0%
You can’t perform that action at this time.