Abhayrai788 / Coding-Decoded

LeetCode solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding-Decoded

Leetcode August solutions

  1. Detect Capitals
  2. Design HashSet
    1. Design HashSet Time Extensive
    2. Design HashSet Space Extensive
  3. Valid Palindrome
  4. Power of Four
  5. Add and Search Word
  6. FindAllDuplicate
  7. Vertical Travesal of Binary Tree
  8. Path Sum III
  9. Rotting Oranges
  10. Excel Sheet Column Number
  11. H Index
  12. PascalsTriangleII
  13. CombinationIterator
  14. Longest Palindrome
  15. Non Overlapping Intervals
  16. Best Time To Buy And Sell Stock III.java
  17. Distribute Candies To People.java
  18. Numbers With Same Consecutive Differences.java
  19. GoatLatin.java
  20. ReoderList
  21. SortArrayByParity
  22. RandomPointInNonOverlappingRectangles
  23. Stream of Characters
  24. Sum Of Left Leaves
  25. Minimum Cost Of Tickets
  26. Fizz Buzz
  27. First Right Interval
  28. Implement Rand10 Using Rand7
  29. PancakeSorting
  30. LargestComponentSizebyCommonFactor
  31. DeleteANodeInBst

Leetcode September solutions

  1. Largest Time for Given Digits
  2. Contains Duplicate III
  3. RepeatedSubstringPattern
  4. PartitionLabels
  5. AllElementsinTwoBinarySearchTrees
  6. ImageOverlap
  7. WordPattern
  8. SumofRootToLeafBinaryNumbers
  9. CompareVersionNumbers 10)BullsAndCows 11)MaximumProductSubArray
  10. Comination Sum III
    1. Combination Sum without using Start variable
    2. Combination Sum using Start variable 13)InsertIntervals

Leetcode November solutions

  1. Merge Intervals
  2. Decode String
  3. RotatedSearchArrayII
  4. NumbersAtNGivenDigitSet
  5. UniqueMorseCodeWords
  6. HouseRobberIII
  7. BasicCalculatorII
  8. SmallestIntegerDivisiblebyK
  9. SubstringWithAtLeastKRepeatingCharacters 10)PartitionEqualSubsetSum 11)PartitionEqualSubsetSum 12)JumpGameIII 13)TheSkyLineProblem

Leetcode December solutions

  1. Maximum Depth Of Binary Tree
  2. Linked List Random Node
  3. Increasing Order SearchTree
  4. Kth Factor Of N
  5. Can Place Flower
  6. PopulatingNextRightPointersInEachNodeII
  7. RemoveDuplicatesFromSortedArrayII
  8. Smallest Subtree with all the Deepest Nodes
  9. Burst Balloon
  10. Palindrome Partitioning
  11. Squares Of Sorted Array
  12. Validate Binary Search Tree
  13. 4Sum II
  14. Increasing Triplet Sequence
  15. Cherry PickerII
  16. SmallestRangeII
  17. BalancedBinaryTree
  18. NextGreaterElementIII
  19. SwapNodesInPairs
  20. Diagonal traverse
  21. Decode Ways
  22. Jump Game IV
  23. Reach A Number
  24. PseudoPalindromic Paths In A Binary Tree
  25. Game Of Life
  26. LaregstAreaOfHistorgam

_Leetcode January solutions

  1. Check Array Formation Through Concatenation
  2. [Find a Corresponding of a Binary Tree in a of That Tree](/January2021/FindaCorrespondingofaBinaryTreeina ofThatTree.Java)
  3. Beautiful Arrangement
  4. Merge two sorted list
  5. RemoveDuplicatesfromSortedListII
  6. kth-missing-positive-number
  7. Check If Two String Arrays are Equivalent
  8. LongestSubstringWithoutRepeatingCharacters
  9. WordLadder
  10. MergeSortedArrays
  11. AddTwoNumbers
  12. BoatsToSavePeople
  13. MinimumOperationsToReduceXToZero
  14. GetMaximumInGeneratedArray
  15. KthLargestElementInArray
  16. CountSortedVowelStrings
  17. MaxPairsWithKSum
  18. LongestPalindromicSubstring.java
  19. ValidParentheses.java
  20. FindMostCompetitiveSubsequence.java
  21. Determin2StringsAreClose.java
  22. SortMatixDaigonally.java
  23. MergeKSortedLists
  24. MergeKSortedLists
  25. CheckIfAll1'sAreatLeastLengthKPlacesAway
  26. PathWithMinimumEffort
  27. concatenation-of-consecutive-binary-numbers
  28. smallest-string-with-a-given-numeric-value
  29. VerticalOrderOfABinaryTree
  30. MinimizeDeviationinArray
  31. NextPermutation

_Leetcode February solutions

  1. No Of 1 bits
  2. Trim Binary Search Tree
  3. Linked List Cycle
  4. LongestHarmoinousSubsequence
  5. SimiplifyPaths
  6. Binary Tree Right Side View
  7. Shortest Distance to a Character
  8. Peeking Iterator
  9. convert-bst-to-greater-tree
  10. Copy List with Random Pointer
  11. Valid Anagram
  12. NumberofStepstoReduceNumbertoZero
  13. ShortestPathInAGird
  14. IsGraphBipairate
  15. TheKWeakestRowsinaMatrix
  16. LetterCasePermutation
  17. ContainerWithMostWater
  18. ArthimeticSlicing
  19. MinimumRemovetoMakeValidParentheses
  20. ScoreOfParentheses
  21. ShortestUnsortedContinuousSubarray
  22. ValidateStackSequences
  23. DivideTwoIntegers
  24. MaximumFrequencyStack

_Leetcode March solutions

  1. Distribute Candies
  2. Set Mismatch
  3. Missing Number
  4. Intersection Of Two Linked Lists
  5. AverageofLevelsinBinaryTree
  6. ShortEncodingofWords
  7. DesignHashMap
  8. AddRowToTree
  9. IntegertoRoman
  10. CoinChange
  11. Check-if-a-string-contains-allbinary-codesofsize-K
  12. BinaryTreesWithFactors
  13. SwappingNodesinaLinkedList
  14. EncodeandDecodeTinyURL
  15. BestTimetoBuyandSellStockwithTransactionFee
  16. GenerateRandomPointinaCircle
  17. WiggleSubSequnce
  18. KeysAndRooms
  19. DesignUndergroundSystem
  20. ReorderedPowerOf2
  21. SpellChecker
  22. 3SumWithMultiplicity
  23. AdvantageShuffle
  24. PacificAltaticWaterFlow
  25. WordsSubset
  26. PalindromicSubStrings
  27. FlipBinaryTreeToMatchPreorderTraversal
  28. RussianDollEnvelopes
  29. StampingTheSequence

_Leetcode April solutions

  1. PalindromeLinkedList
  2. OnesAndZeros
  3. LongestValidParentheses
  4. DesignCircularQueue
  5. GlobalandLocalInversions
  6. MinimumOperationstoMakeArrayEqual
  7. determine-if-string-halves-are-alike
  8. LetterCombinationPhone
  9. ValidAlienDictionary
  10. LongestIncreasingPath
  11. DeepestLeavesSum
  12. BeautifulArrangementII
  13. FlattenedNestedList
  14. PartitionList
  15. FibonacciNos
  16. remove-all-adjacent-duplicates-in-string-ii
  17. PowerfulIntegers

_Leetcode May solutions

  1. PrefixAndSuffixSearch
  2. CourseScheduleIII
  3. RunningSumof1dArray

_Leetcode Contest solutions

  1. Tuple with Same Product
  2. FindKthXORedCordinate
  3. MinimumElementstoAddtoFormaGivenSum
  4. MaximumAveragePassRatio
  5. FindtheWinneroftheCircularGame

_Leetcode General Concepts

  1. Longest Increasing Subsequence

About

LeetCode solutions


Languages

Language:Java 100.0%