DSA:数据结构和算法问题收集

时间:2021-02-12 00:49:36
【文件属性】:
文件名称:DSA:数据结构和算法问题收集
文件大小:83KB
文件格式:ZIP
更新时间:2021-02-12 00:49:36
C++ DSA 转到有关数据结构和算法的注释。 其中一些解决方案来自各种在线资源,例如GeeksForGeeks和Leetcode。
【文件预览】:
DSA-main
----Array()
--------ElementWithLeftSmallerRightGreater()
--------RearrangeArrayAlternately()
--------ReverseArray()
--------SlidingWindowTechnique()
--------CustomSorting()
--------FindMinMax()
--------MinimumPlateforms()
--------ArrayZigZag()
--------012Sort()
--------TwoPointers()
--------LeaderInArray()
--------StockBuySell()
--------MissingNumber()
--------EquilibiumPoint()
--------MergingTwoArrays()
--------ChocolateDistribution()
--------KadaneAlgorithm()
--------SubArraySumWithNegatives()
--------SubarraySum()
----LICENSE(1KB)
----Stack()
--------QueueUsing2Stack()
--------NextGreater()
--------MinElement()
--------BalancedParenthesis()
----Tree()
--------CheckForBST()
--------BottomView()
--------LeftView()
--------MaxPathSum()
--------IdenticalTrees()
--------SpiralLevelOrderTraversal()
--------MaxSumPathFromAnyNode()
--------BalancedTree()
--------CountLeaves()
--------DiameterOfTree()
--------HasPathSum()
--------LevelOrderTraversal()
--------HeightOfTree()
--------VerticalOrderTraversal()
--------SymmetricTree()
--------ConnectNodesAtSameLevel()
----LinkedList()
--------PalindromeLinkedList()
--------DetectLoop()
--------DeleteNodeWOHead()
--------RotateByK()
--------LLasStack()
--------MiddleElement()
--------RemoveLoop()
--------LLasQueue()
--------PairWiseSwap()
--------Sort012()
--------ReverseLL()
--------ReverseInGroup()
--------IntersectionPointTwoLL()
--------MergeTwoList()
--------nthFromLast()
--------FlattenLinkedList()
----Queue()
--------FirstNonRepeatingInStream()
--------StackUsing2Queue()
--------RottonOranges()
--------MaximumInSubarrays()
--------CircularTour()
----String()
--------atoi()
--------LongestPalindromicSubstring()
--------LongestCommonPrefix()
--------RotateString()
--------LongestDistinctCharactersSubString()
--------strstr()
--------ReverseWordsInString()
--------Anagrams()
--------RemoveAdjacentDuplicateCharacters()
----README.md(149B)

网友评论