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 }}
jayakrishna-g
/
Interviewbit
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
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
21 Commits
21 Commits
.gitignore
.gitignore
2sum.cpp
2sum.cpp
3sum.cpp
3sum.cpp
3sumzero.cpp
3sumzero.cpp
AddOneToNumber.cpp
AddOneToNumber.cpp
AllocateBooks.cpp
AllocateBooks.cpp
AmazingSubarrays.cpp
AmazingSubarrays.cpp
Anagrams.cpp
Anagrams.cpp
Atoi.cpp
Atoi.cpp
BSTIterator.cpp
BSTIterator.cpp
BalancedBinaryTree.cpp
BalancedBinaryTree.cpp
ColorfulNumber.cpp
ColorfulNumber.cpp
CombinationSum.cpp
CombinationSum.cpp
Combinations.cpp
Combinations.cpp
CountAndSay.cpp
CountAndSay.cpp
DifferentBitsSumPairWise.cpp
DifferentBitsSumPairWise.cpp
DistinctNumbersinWindow.cpp
DistinctNumbersinWindow.cpp
ExcelColumnNumber.cpp
ExcelColumnNumber.cpp
FindDuplicateinArray.cpp
FindDuplicateinArray.cpp
FirstMissingInteger.cpp
FirstMissingInteger.cpp
FlattenBinaryTreetoLinkedList.cpp
FlattenBinaryTreetoLinkedList.cpp
GenerateallParenthesesII.cpp
GenerateallParenthesesII.cpp
GrayCode.cpp
GrayCode.cpp
GreatestCommonDivisor.cpp
GreatestCommonDivisor.cpp
GridUniquePaths.cpp
GridUniquePaths.cpp
HighestProduct.cpp
HighestProduct.cpp
HotelReviews.cpp
HotelReviews.cpp
IdenticalBinaryTree.cpp
IdenticalBinaryTree.cpp
ImplementPowerFunction.cpp
ImplementPowerFunction.cpp
InorderTraversal.cpp
InorderTraversal.cpp
InsertionSortList.cpp
InsertionSortList.cpp
IntersectionOfSortedArrays.cpp
IntersectionOfSortedArrays.cpp
InvertTheBinaryTree.cpp
InvertTheBinaryTree.cpp
KthSmallestElementInTree.cpp
KthSmallestElementInTree.cpp
LargestNumber.cpp
LargestNumber.cpp
LeastCommonAncestor.cpp
LeastCommonAncestor.cpp
LetterPhone.cpp
LetterPhone.cpp
LongestCommonPrefix.cpp
LongestCommonPrefix.cpp
LongestSubstringWithoutRepeat.cpp
LongestSubstringWithoutRepeat.cpp
MAXSPPROD.cpp
MAXSPPROD.cpp
MatrixSearch.cpp
MatrixSearch.cpp
MaxContinuousSeriesOf1's.cpp
MaxContinuousSeriesOf1's.cpp
MaxDepthofBinaryTree.cpp
MaxDepthofBinaryTree.cpp
MaxNonNegativeSubArray.cpp
MaxNonNegativeSubArray.cpp
MergeIntervals.cpp
MergeIntervals.cpp
MergeTwoSortedListsII.cpp
MergeTwoSortedListsII.cpp
MinDepthOfBinaryTree.cpp
MinDepthOfBinaryTree.cpp
MinStack.cpp
MinStack.cpp
MinXORvalue.cpp
MinXORvalue.cpp
Minimizetheabsolutedifference.cpp
Minimizetheabsolutedifference.cpp
MinimumCharecters.cpp
MinimumCharecters.cpp
NQueens.cpp
NQueens.cpp
Nmaxpaircombinations.cpp
Nmaxpaircombinations.cpp
NobleInteger.cpp
NobleInteger.cpp
Numberof1bits.cpp
Numberof1bits.cpp
OrderofPeopleHeights.cpp
OrderofPeopleHeights.cpp
PRETTYPRINT.cpp
PRETTYPRINT.cpp
PalindromeInteger.cpp
PalindromeInteger.cpp
PalindromeList.cpp
PalindromeList.cpp
PalindromeString.cpp
PalindromeString.cpp
PalindromicSubstring.cpp
PalindromicSubstring.cpp
PathSum.cpp
PathSum.cpp
Permutations.cpp
Permutations.cpp
PointsontheStraightLine.cpp
PointsontheStraightLine.cpp
PostorderTraversal.cpp
PostorderTraversal.cpp
PowerOfTwoIntegers.cpp
PowerOfTwoIntegers.cpp
PrimeSum.cpp
PrimeSum.cpp
RearrangeArray.cpp
RearrangeArray.cpp
RemoveDuplicates.cpp
RemoveDuplicates.cpp
RemoveDuplicatesFromSortedArrayII.cpp
RemoveDuplicatesFromSortedArrayII.cpp
RemoveDuplicatesFromSortedLinkedList.cpp
RemoveDuplicatesFromSortedLinkedList.cpp
RemoveElementFromArray.cpp
RemoveElementFromArray.cpp
ReverseBits.cpp
ReverseBits.cpp
ReverseInteger.cpp
ReverseInteger.cpp
ReverseLinkedListII.cpp
ReverseLinkedListII.cpp
Reversethestring.cpp
Reversethestring.cpp
RoottoLeafPathsWithSum.cpp
RoottoLeafPathsWithSum.cpp
ShortestUniquePrefix.cpp
ShortestUniquePrefix.cpp
SimplifyDirectoryPath.cpp
SimplifyDirectoryPath.cpp
SingleNumber.cpp
SingleNumber.cpp
SingleNumberII.cpp
SingleNumberII.cpp
SortByColor.cpp
SortByColor.cpp
SortList.cpp
SortList.cpp
SortedInsertPosition.cpp
SortedInsertPosition.cpp
SortedPermutationRank.cpp
SortedPermutationRank.cpp
SquareRootofInteger.cpp
SquareRootofInteger.cpp
Subset.cpp
Subset.cpp
SubsetII.cpp
SubsetII.cpp
SumOfPairwiseHammingDistance.cpp
SumOfPairwiseHammingDistance.cpp
SumRoottoLeafNumbers.cpp
SumRoottoLeafNumbers.cpp
SymmetricBinaryTree.cpp
SymmetricBinaryTree.cpp
TrailingZerosinFactorial.cpp
TrailingZerosinFactorial.cpp
WaystoDecode.cpp
WaystoDecode.cpp
ZigZagLevelOrderTraversalBT.cpp
ZigZagLevelOrderTraversalBT.cpp
powerof2.py
powerof2.py
substringconcatenation.cpp
substringconcatenation.cpp
View all files
About
Solutions to Interviewbit problems
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.