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 }}
pratheek28
/
leetcode-solutions
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
249 Commits
249 Commits
1-TwoSum
1-TwoSum
100-SameTree
100-SameTree
101-SymmetricTree
101-SymmetricTree
1013-FibonacciNumber
1013-FibonacciNumber
102-BinaryTreeLevelOrderTraversal
102-BinaryTreeLevelOrderTraversal
103-BinaryTreeZigzagLevelOrderTraversal
103-BinaryTreeZigzagLevelOrderTraversal
104-MaximumDepthOfBinaryTree
104-MaximumDepthOfBinaryTree
1046-LastStoneWeight
1046-LastStoneWeight
1055-PairsOfSongsWithTotalDurationsDivisibleBy60
1055-PairsOfSongsWithTotalDurationsDivisibleBy60
107-BinaryTreeLevelOrderTraversalIi
107-BinaryTreeLevelOrderTraversalIi
1086-DivisorGame
1086-DivisorGame
11-ContainerWithMostWater
11-ContainerWithMostWater
110-BalancedBinaryTree
110-BalancedBinaryTree
111-MinimumDepthOfBinaryTree
111-MinimumDepthOfBinaryTree
112-PathSum
112-PathSum
113-PathSumIi
113-PathSumIi
114-FlattenBinaryTreeToLinkedList
114-FlattenBinaryTreeToLinkedList
116-PopulatingNextRightPointersInEachNode
116-PopulatingNextRightPointersInEachNode
117-PopulatingNextRightPointersinEachNodeII
117-PopulatingNextRightPointersinEachNodeII
118-PascalsTriangle
118-PascalsTriangle
119-PascalsTriangleIi
119-PascalsTriangleIi
120-Triangle
120-Triangle
121-BestTimeToBuyAndSellStock
121-BestTimeToBuyAndSellStock
122-BestTimeToBuyAndSellStockIi
122-BestTimeToBuyAndSellStockIi
1236-NThTribonacciNumber
1236-NThTribonacciNumber
125-ValidPalindrome
125-ValidPalindrome
1250-LongestCommonSubsequence
1250-LongestCommonSubsequence
128-LongestConsecutiveSequence
128-LongestConsecutiveSequence
129-SumRootToLeafNumbers
129-SumRootToLeafNumbers
13-RomanToInteger
13-RomanToInteger
1306-MinimumAbsoluteDifference
1306-MinimumAbsoluteDifference
133-CloneGraph
133-CloneGraph
135-Candy
135-Candy
136-SingleNumber
136-SingleNumber
137-SingleNumberIi
137-SingleNumberIi
14-LongestCommonPrefix
14-LongestCommonPrefix
141-LinkedListCycle
141-LinkedListCycle
142-LinkedListCycleIi
142-LinkedListCycleIi
1426-FindNUniqueIntegersSumUpToZero
1426-FindNUniqueIntegersSumUpToZero
143-ReorderList
143-ReorderList
144-BinaryTreePreorderTraversal
144-BinaryTreePreorderTraversal
1445-NumberOfSubArraysOfSizeKAndAverageGreaterThanOrEqualToThreshold
1445-NumberOfSubArraysOfSizeKAndAverageGreaterThanOrEqualToThreshold
145-BinaryTreePostorderTraversal
145-BinaryTreePostorderTraversal
1460-NumberOfSubstringsContainingAllThreeCharacters
1460-NumberOfSubstringsContainingAllThreeCharacters
15-3Sum
15-3Sum
15-3sum
15-3sum
150-EvaluateReversePolishNotation
150-EvaluateReversePolishNotation
151-ReverseWordsInAString
151-ReverseWordsInAString
151-ReverseWordsinaString
151-ReverseWordsinaString
153-FindMinimumInRotatedSortedArray
153-FindMinimumInRotatedSortedArray
1544-CountGoodNodesInBinaryTree
1544-CountGoodNodesInBinaryTree
155-MinStack
155-MinStack
1575-MaximumAreaOfAPieceOfCakeAfterHorizontalAndVerticalCuts
1575-MaximumAreaOfAPieceOfCakeAfterHorizontalAndVerticalCuts
1610-XorOperationInAnArray
1610-XorOperationInAnArray
162-FindPeakElement
162-FindPeakElement
164-MaximumGap
164-MaximumGap
165-CompareVersionNumbers
165-CompareVersionNumbers
167-TwoSumIiInputArrayIsSorted
167-TwoSumIiInputArrayIsSorted
169-MajorityElement
169-MajorityElement
17-LetterCombinationsOfAPhoneNumber
17-LetterCombinationsOfAPhoneNumber
171-ExcelSheetColumnNumber
171-ExcelSheetColumnNumber
179-LargestNumber
179-LargestNumber
187-RepeatedDnaSequences
187-RepeatedDnaSequences
19-RemoveNthNodeFromEndOfList
19-RemoveNthNodeFromEndOfList
191-Numberof1Bits
191-Numberof1Bits
1920-DetermineColorOfAChessboardSquare
1920-DetermineColorOfAChessboardSquare
1950-SignOfTheProductOfAnArray
1950-SignOfTheProductOfAnArray
198-HouseRobber
198-HouseRobber
199-BinaryTreeRightSideView
199-BinaryTreeRightSideView
2-AddTwoNumbers
2-AddTwoNumbers
20-ValidParentheses
20-ValidParentheses
200-NumberOfIslands
200-NumberOfIslands
2011-MaximumValueAfterInsertion
2011-MaximumValueAfterInsertion
206-ReverseLinkedList
206-ReverseLinkedList
2099-NumberOfStringsThatAppearAsSubstringsInWord
2099-NumberOfStringsThatAppearAsSubstringsInWord
21-MergeTwoSortedLists
21-MergeTwoSortedLists
211-DesignAddAndSearchWordsDataStructure
211-DesignAddAndSearchWordsDataStructure
2137-FinalValueOfVariableAfterPerformingOperations
2137-FinalValueOfVariableAfterPerformingOperations
215-KthLargestElementInAnArray
215-KthLargestElementInAnArray
217-ContainsDuplicate
217-ContainsDuplicate
219-ContainsDuplicateIi
219-ContainsDuplicateIi
22-GenerateParentheses
22-GenerateParentheses
222-CountCompleteTreeNodes
222-CountCompleteTreeNodes
2251-NumberOfWaysToDivideALongCorridor
2251-NumberOfWaysToDivideALongCorridor
226-InvertBinaryTree
226-InvertBinaryTree
229-MajorityElementIi
229-MajorityElementIi
23-MergeKSortedLists
23-MergeKSortedLists
230-KthSmallestElementInABst
230-KthSmallestElementInABst
2338-MinimumConsecutiveCardsToPickUp
2338-MinimumConsecutiveCardsToPickUp
235-LowestCommonAncestorOfABinarySearchTree
235-LowestCommonAncestorOfABinarySearchTree
237-DeleteNodeInALinkedList
237-DeleteNodeInALinkedList
238-ProductOfArrayExceptSelf
238-ProductOfArrayExceptSelf
239-SlidingWindowMaximum
239-SlidingWindowMaximum
24-SwapNodesInPairs
24-SwapNodesInPairs
242-ValidAnagram
242-ValidAnagram
2432-NumberOfZeroFilledSubarrays
2432-NumberOfZeroFilledSubarrays
2447-MergeSimilarItems
2447-MergeSimilarItems
25-ReverseNodesInKGroup
25-ReverseNodesInKGroup
2518-TheEmployeeThatWorkedOnTheLongestTask
2518-TheEmployeeThatWorkedOnTheLongestTask
2541-SumOfNumberAndItsReverse
2541-SumOfNumberAndItsReverse
View all files
About
No description, website, or topics provided.
Activity
Stars
0
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.