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 }}
iambharatks
/
LeetCodeProblems
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
282 Commits
282 Commits
.cph
.cph
.vscode
.vscode
Arrays
Arrays
Backtracking
Backtracking
DP
DP
DSU
DSU
Graph
Graph
Hashing
Hashing
LinkedList
LinkedList
SearchingAndSorting
SearchingAndSorting
Stack
Stack
Tree
Tree
Trie
Trie
binarySearch
binarySearch
prefixSum
prefixSum
slidingWindow.cpp
slidingWindow.cpp
01Matrix.cpp
01Matrix.cpp
1sKPlacesAway.cpp
1sKPlacesAway.cpp
3SumWithMultiplicity.cpp
3SumWithMultiplicity.cpp
AddTwoNumbers.cpp
AddTwoNumbers.cpp
CycleInList.cpp
CycleInList.cpp
EquivalentString.cpp
EquivalentString.cpp
FindNodeInClonedTree.cpp
FindNodeInClonedTree.cpp
KdiffPairs.cpp
KdiffPairs.cpp
KthLargestElement.cpp
KthLargestElement.cpp
LongestNonRepeatingSubstring.cpp
LongestNonRepeatingSubstring.cpp
NaryPreOrder.cpp
NaryPreOrder.cpp
PalindromicList.cpp
PalindromicList.cpp
README.md
README.md
RemoveDuplicates.cpp
RemoveDuplicates.cpp
RemoveGivenElement.cpp
RemoveGivenElement.cpp
WordLadder.cpp
WordLadder.cpp
alienDictionary.cpp
alienDictionary.cpp
arithmeticSlices.cpp
arithmeticSlices.cpp
arrangingCoins.cpp
arrangingCoins.cpp
beautifulArrangement.cpp
beautifulArrangement.cpp
beautifulArrangement2.cpp
beautifulArrangement2.cpp
binaryTreeRightView.cpp
binaryTreeRightView.cpp
boatsToSavePeople.cpp
boatsToSavePeople.cpp
brickWall.cpp
brickWall.cpp
brokenCalculator.cpp
brokenCalculator.cpp
bstToGreaterTree.cpp
bstToGreaterTree.cpp
checkArrayFormation.cpp
checkArrayFormation.cpp
climbing_stairs.cpp
climbing_stairs.cpp
cloneGraph.cpp
cloneGraph.cpp
closeStrings.cpp
closeStrings.cpp
coinChange2.cpp
coinChange2.cpp
coinChangeProblem.cpp
coinChangeProblem.cpp
combinationSumIV.cpp
combinationSumIV.cpp
concatenationBinary.cpp
concatenationBinary.cpp
containerWithMostWater.cpp
containerWithMostWater.cpp
convertBinaryToIntLinkedList.cpp
convertBinaryToIntLinkedList.cpp
copyListWithRandom.cpp
copyListWithRandom.cpp
countBinaryStrings.cpp
countBinaryStrings.cpp
countSortedVowels.cpp
countSortedVowels.cpp
courseSchedule.cpp
courseSchedule.cpp
createdSortedArray.cpp
createdSortedArray.cpp
criticalConnections.cpp
criticalConnections.cpp
deepestLeavesSum.cpp
deepestLeavesSum.cpp
deleteANodeWithoutPrev.cpp
deleteANodeWithoutPrev.cpp
deleteNodeInBST.cpp
deleteNodeInBST.cpp
designCircularQueue.cpp
designCircularQueue.cpp
detectCycle.cpp
detectCycle.cpp
diffIntInStr.cpp
diffIntInStr.cpp
divisorGame.cpp
divisorGame.cpp
duplicateZeroes.cpp
duplicateZeroes.cpp
evaluateTheBrack.cpp
evaluateTheBrack.cpp
fibonacciNumbers.cpp
fibonacciNumbers.cpp
findElement.cpp
findElement.cpp
findKthPositiveMissing.cpp
findKthPositiveMissing.cpp
findMostCompetitiveSubsequence.cpp
findMostCompetitiveSubsequence.cpp
findPos.cpp
findPos.cpp
flatenNestedLIstIterator.cpp
flatenNestedLIstIterator.cpp
floodFill.cpp
floodFill.cpp
getMaximum.cpp
getMaximum.cpp
git
git
globalAndLocalInversions.cpp
globalAndLocalInversions.cpp
happyNumber.cpp
happyNumber.cpp
houseRobber.cpp
houseRobber.cpp
houseRobber2.cpp
houseRobber2.cpp
intersectionOfTwoLists.cpp
intersectionOfTwoLists.cpp
isGraphBipartite.cpp
isGraphBipartite.cpp
kWeakestRowInMatrix.cpp
kWeakestRowInMatrix.cpp
letterCasePermutation.cpp
letterCasePermutation.cpp
letterCombination.cpp
letterCombination.cpp
longestHarmoniousSubsequence.cpp
longestHarmoniousSubsequence.cpp
longestIncreasingPath.cpp
longestIncreasingPath.cpp
longestPalidromicString.cpp
longestPalidromicString.cpp
longestValidParenthesis.cpp
longestValidParenthesis.cpp
longestWordInDictionary.cpp
longestWordInDictionary.cpp
majorityElementMOORESVOTING.cpp
majorityElementMOORESVOTING.cpp
maxNumbersKPairs.cpp
maxNumbersKPairs.cpp
maxXORQuery.cpp
maxXORQuery.cpp
maximumIceCreamBars.cpp
maximumIceCreamBars.cpp
maximumNestingDepthOfParentheis.cpp
maximumNestingDepthOfParentheis.cpp
mergeKSortedLists.cpp
mergeKSortedLists.cpp
mergeSortedArray.cpp
mergeSortedArray.cpp
mergeSortedList.cpp
mergeSortedList.cpp
mergeTwoSortedLists.cpp
mergeTwoSortedLists.cpp
middleNode.cpp
middleNode.cpp
View all files
Repository files navigation
README
More
items
LeetCodeProblems
Solved in C++
Happy Coding
☺️
About
Solved in C++
Topics
algorithms
coding-challenge
cpp
datastructures
Resources
Readme
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.