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
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
/
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 }}
ramkrishnareddy24
/
DataStructures
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
Latest commit
History
7 Commits
7 Commits
Folders and files
Name
Name
Last commit message
Last commit date
C++ DS Problems and Algorithms
C++ DS Problems and Algorithms
DynamicProgramming
DynamicProgramming
Revise_Topics
Revise_Topics
.DS_Store
.DS_Store
.gitignore
.gitignore
132Pattern.cpp
132Pattern.cpp
3Sum.cpp
3Sum.cpp
AddTwoNumbersLinkedList.cpp
AddTwoNumbersLinkedList.cpp
Arrays.cpp
Arrays.cpp
BalancedParanthesis.cpp
BalancedParanthesis.cpp
BinarySearchTree.cpp
BinarySearchTree.cpp
ChampagneTower.cpp
ChampagneTower.cpp
CircularLinkedlist.cpp
CircularLinkedlist.cpp
CombinationSum.cpp
CombinationSum.cpp
ContainerWIthMostWater.cpp
ContainerWIthMostWater.cpp
DecodedStringAtIndex.cpp
DecodedStringAtIndex.cpp
DetectLoopLinkedList.cpp
DetectLoopLinkedList.cpp
DoublyLinkedlist.cpp
DoublyLinkedlist.cpp
EvaluatePOstfix.cpp
EvaluatePOstfix.cpp
FindDuplicate.cpp
FindDuplicate.cpp
FindRepeatingAndMissingNumber.cpp
FindRepeatingAndMissingNumber.cpp
FourSum.cpp
FourSum.cpp
GasStation.cpp
GasStation.cpp
Graph.cpp
Graph.cpp
GridUniquePath.cpp
GridUniquePath.cpp
H-Index.cpp
H-Index.cpp
Hashing.cpp
Hashing.cpp
HelloWorld.class
HelloWorld.class
IndexOfFirstOccurenceOfString.cpp
IndexOfFirstOccurenceOfString.cpp
InfixToPostfix.cpp
InfixToPostfix.cpp
InfixToPrefix.cpp
InfixToPrefix.cpp
IntegerToRoman.cpp
IntegerToRoman.cpp
IntersectionPointLinkedList.cpp
IntersectionPointLinkedList.cpp
InversionOfArray.cpp
InversionOfArray.cpp
JumpGame.cpp
JumpGame.cpp
JumpGame2.cpp
JumpGame2.cpp
JumpGameII.cpp
JumpGameII.cpp
KadaneAlgorithm.cpp
KadaneAlgorithm.cpp
LeadGame.cpp
LeadGame.cpp
Leetcode.cpp
Leetcode.cpp
LinkedList.cpp
LinkedList.cpp
LongestCommonPrefix.cpp
LongestCommonPrefix.cpp
LongestConsecutiveSequence.cpp
LongestConsecutiveSequence.cpp
LongestSequence.cpp
LongestSequence.cpp
LongestSubSequence.cpp
LongestSubSequence.cpp
LongestSubStringWithoutRepeatingCharacter.cpp
LongestSubStringWithoutRepeatingCharacter.cpp
MajorityElement.cpp
MajorityElement.cpp
MajorityElement2.cpp
MajorityElement2.cpp
MergeOverlappingIntervals.cpp
MergeOverlappingIntervals.cpp
MergeSortedArrays.cpp
MergeSortedArrays.cpp
MergeTwoLinkedList.cpp
MergeTwoLinkedList.cpp
MergeWithoutExtraSpace.cpp
MergeWithoutExtraSpace.cpp
MiddleOfLinkedList.cpp
MiddleOfLinkedList.cpp
MinSizeSubarraySum.cpp
MinSizeSubarraySum.cpp
MonotonicArray.cpp
MonotonicArray.cpp
NextPermutation.cpp
NextPermutation.cpp
NthNodeOfLinkedList.cpp
NthNodeOfLinkedList.cpp
NumberOf2s.cpp
NumberOf2s.cpp
NumberOfGoodPairs.cpp
NumberOfGoodPairs.cpp
PairWiseSwapLinkedlist.cpp
PairWiseSwapLinkedlist.cpp
PalindromeLinkedList.cpp
PalindromeLinkedList.cpp
PascalTrainagle.cpp
PascalTrainagle.cpp
PowOfX.cpp
PowOfX.cpp
ProductExceptSelf.cpp
ProductExceptSelf.cpp
ProductOfArrayExceptItself.cpp
ProductOfArrayExceptItself.cpp
QueueArray.cpp
QueueArray.cpp
QueueLinkedList.cpp
QueueLinkedList.cpp
README.md
README.md
Recursion.cpp
Recursion.cpp
RemoveColorsIfBothNeighboursAreSameColor.cpp
RemoveColorsIfBothNeighboursAreSameColor.cpp
RemoveDuplicateLetters.cpp
RemoveDuplicateLetters.cpp
RemoveDuplicates2.cpp
RemoveDuplicates2.cpp
RemoveElement.cpp
RemoveElement.cpp
ReverseIngroupsOfK.cpp
ReverseIngroupsOfK.cpp
ReverseLinkedList.cpp
ReverseLinkedList.cpp
ReversePairs.cpp
ReversePairs.cpp
ReverseWordsInString.cpp
ReverseWordsInString.cpp
ReverseWordsInString3.cpp
ReverseWordsInString3.cpp
RotateImage.cpp
RotateImage.cpp
RotateLinkedList.cpp
RotateLinkedList.cpp
SearchIn2DMatrix.cpp
SearchIn2DMatrix.cpp
SearchStringMatrix.cpp
SearchStringMatrix.cpp
Searching.cpp
Searching.cpp
SetMatrixZero.cpp
SetMatrixZero.cpp
SortArrayByParity.cpp
SortArrayByParity.cpp
SortArrayOfStrings.cpp
SortArrayOfStrings.cpp
SortColors.cpp
SortColors.cpp
Sorting.cpp
Sorting.cpp
Stack.cpp
Stack.cpp
StackLinkedList.cpp
StackLinkedList.cpp
StockBuyAndSell.cpp
StockBuyAndSell.cpp
StockBuyAndSell2.cpp
StockBuyAndSell2.cpp
StringSubsequence.cpp
StringSubsequence.cpp
Strings.cpp
Strings.cpp
SubsequenceOfSumK.cpp
SubsequenceOfSumK.cpp
Subsequences.cpp
Subsequences.cpp
SwapTwoNodesLinkedlist.cpp
SwapTwoNodesLinkedlist.cpp
Threads2.class
Threads2.class
Transpose.cpp
Transpose.cpp
Trees.cpp
Trees.cpp
View all files
Repository files navigation
README
More
items
DataStructures
About
No description, website, or topics provided.
Resources
Readme
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.