├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Contains Duplicate.py ├── Easy ├── 101. Symmetric_Tree.py ├── 69. Sqrt(x).py ├── 94. Binary_Tree_Inorder_Traversal.py ├── A.cpp ├── A_Restoring_numbers.cpp ├── A_SUM_OF_Round_Numbers.cpp ├── Add_Binary.cpp ├── ArrangingCoins441.java ├── BestTimeToBuyStock.py ├── Best_Time_to_Buy_and_Sell_Stock.cpp ├── Best_Time_to_Buy_and_Sell_Stock.java ├── BinarySearch.java ├── BubbleSort ├── Build-Array-From-Permutation.cpp ├── Can-make-arithmetic-progression-from-sequence.py ├── CommanFactors.cpp ├── Count Asterisks.cpp ├── CountNegGrid.java ├── Create Maximum sum subarray of size k.cpp ├── DisBetweenTwoArrayLeetcode1385.java ├── EvenOddNumber.java ├── Factorial.java ├── FizzBuzz.js ├── Inheritance.java ├── IsSubSequence.cpp ├── Largest Perimeter Triangle.cpp ├── Length_of_last_word.cpp ├── LinkedList_Cycle.py ├── Long_sharing_chef.cpp ├── LongestPrefix.java ├── MajorityElement.java ├── Maximum Product of Three Numbers.cpp ├── MaximumDepthOfBinaryTree.java ├── MaximumElementAfterDecreasingAndRearranging.cpp ├── MergeArray.java ├── Merge_Strings_Alternately1768.java ├── Middle of the Linked List.py ├── MiddleNodeLinkedList.java ├── Move Zeroes.py ├── Number of Arithmetic Triplets.cpp ├── NumsNotInArrayLeetcode448.java ├── Palindrome Number(LC).cpp ├── PalindromeNumber.ts ├── Problem_69.Sqrt(x).cpp ├── Ransom Note.cpp ├── Remove Duplicates from Sorted Array.cpp ├── RichestCustomerWealthSolution.java ├── Roman_to_Integer.cpp ├── Roman_to_Integer13.java ├── ShuffleTheArray.js ├── SmallestLetter.java ├── Sqrt.java ├── Symmetric Tree.cpp ├── Two_Sum.py ├── Two_sum.cpp ├── Valid_ParenthesesLC.cpp ├── Valid_anagram.java ├── check_distance_between_same_letters.java ├── count-no-of-pairs.cpp ├── count_items_matching_a_rule.cpp ├── kthSmallestInMatrix.java ├── longestCommanPrefix.cpp ├── main (3).cpp ├── plus one.py ├── plusOne.js ├── primeNumber.java ├── quick_sort.cpp ├── richest-customer-wealth.cpp ├── twoSum.java └── validParentheses.java ├── Hacktoberfest2022.png ├── Hard ├── 140. Word Break II.py ├── 25.Reverse_Nodes_in_K_Groups.cpp ├── 336. Palindrome Pairs.cpp ├── 37. Sudoku Solver.py ├── 4. Median of Two Sorted Arrays.py ├── 44. Wildcard Matching.py ├── AggressiveCows.cpp ├── Array_Divisible.cpp ├── BubbleSort.java ├── Count Subarrays.cpp ├── FindMountainArraySolution.java ├── Fraction_class.cpp ├── Frog_Position_After_T_Seconds.java ├── Maximum Deletions on a String.cpp ├── MedianFinder.java ├── MedianOfTwoSortedArrays.java ├── Median_from_DataStream.cpp ├── Median_of_ Two_Sorted_Arrays.cpp ├── Merge_k_Sorted_Lists.py ├── Merge_k_sorted_list.cpp ├── Minimum Weighted Subgraph With the Required Paths.cpp ├── N-Queens.cpp ├── Number_of_Pairs_Satisfying_Inequality.cpp ├── Scramble_String.cpp ├── Sliding Window Maximum.cpp ├── Subset_Sum_Problem.cpp ├── Substring_with_catenation_of_All_words.cpp ├── TopoLogical-Sort.cpp ├── Word Ladder.cpp ├── closestKvalues.java ├── countSmaller.java ├── findMin.java ├── first_missing_positive.cpp ├── ladderLength.java ├── largest_Rectangle_in_Histogram.cpp ├── lineartree.cpp ├── numberToWords.java ├── skyline.java ├── splitArr.java ├── trap1.java └── trapping_rain_water.cpp ├── LICENSE ├── Medium ├── 91 │ └── Decode Way │ │ └── Solution.py ├── 1155 │ └── Number of Dice Rolls With Target Sum │ │ └── Solution.py ├── word-break.cpp ├── 240. Search a 2D Matrix II │ └── Rotate Image │ │ └── rotate_image_48.java ├── 4sum.cpp ├── 78 Subsets.py ├── 99-Recovery-Binary-searchTree.py ├── AddTwoNumbersLinkedList.java ├── Add_One_Row_to_Tree.cpp ├── Armstrongnumber.java ├── Bitwise XOR of All Pairings.cpp ├── Combination_Sum.java ├── Container With Most Water │ ├── Container With Most Water.java │ └── Container With Most Water.py ├── Count Number Bad Pairs │ ├── leet_code2364.cpp │ └── leetcode23.java ├── Decode Way │ └── Solution.java ├── DecodeWays.cpp ├── DecodeWays.java ├── DeleteNodeLinkedList.java ├── Design Linked List ├── Divide_Two_Integers.cpp ├── Fair_play.cpp ├── Find All Good Indices │ └── Find-All-Good-Indices.cpp ├── Find First and Last Position of Element in Sorted Array.java ├── Find Peak Element.cpp ├── First_And_Last_Occurence_of_an_Element.cpp ├── Fruit Into Baskets.py ├── House_robber.java ├── IIISearch a 2D Matrix II │ └── Rotate Image │ │ └── rotate_image_48.java ├── IntersectionOfTwoArrays.java ├── Jump_Game.java ├── KClosestElement.java ├── KadaneAlgo.java ├── KoKoEatingBanana.java ├── LargestnumberofArray.java ├── Letter_Combinations_of_a_Phone_Number.java ├── Letter_Combinations_of_a_Phone_Number.py ├── LinkedListCycleII.java ├── Longest Subarray With Maximum Bitwise AND │ └── Longest-Subarray-With-Maximum-Bitwise-AND.cpp ├── Longest Substring Without Repeating Characters.cpp ├── Longest Substring Without Repeating Characters │ ├── solution.js │ └── solution.py ├── Longest Uploaded Prefix │ └── Longest-Uploaded-Prefix.cpp ├── Longest-Consecutive-sequence.cpp ├── Lru-cache.cpp ├── MCLV │ └── Number of Dice Rolls With Target Sum │ │ └── Solution.py ├── Max Area of Island.cpp ├── MaxSubArraySum.java ├── Max_Bitwise_And.cpp ├── Maximal-square.cpp ├── Maximum Sum of an Hourglass.cpp ├── Minimize XOR.cpp ├── Minimum time to make Rope Colourful.cpp ├── Minimum_Absolute_Sum_Difference.cpp ├── Multiply_Strings.java ├── Number of Dice Rolls With Target SumSolution.java ├── PeakIndexMountainArraySolution.java ├── Peakindex.cpp ├── Problem7.java ├── Pseudo-Palindromic Paths in a Binary Tree.cpp ├── Recovery-Binary-searchTree ├── Remove Duplicates from Sorted Array │ ├── Remove Nth Node From End of List.java │ └── solution.cpp ├── Remove Duplicates from sorted linked list (82) │ └── leetcode82.java ├── RemoveNthNodeFromEnd.cpp ├── Remove_Duplicates.cpp ├── RotateArraySolution.java ├── Rotate_List.py ├── RotatedBSDuplicates.java ├── Search a 2D Matrix II │ └── Search2DMatrix.cpp ├── SearchRotatedSortedArray.java ├── Search_in_rotated_SortedArray.cpp ├── SetMatrixZero.java ├── ShipCapacity.java ├── Simplify_Path.java ├── SolutionForSpiralMatrix_54_leetcode.java ├── Spiral_Matrix.cpp ├── Spiral_Matrix.java ├── String_to_integer(atoi).cpp ├── Subarray Sum Equals K.cpp ├── Subsets ├── Subsets II │ └── M#1(Recursion CPP) ├── Sum_Closest.java ├── Sum_of_two_integers.cpp ├── Swap Nodes In Pairs.java ├── ThreeSum.swift ├── Triangle.java ├── Ugly_number_2.cpp ├── Unique_Paths.java ├── Unique_paths.cpp ├── ValidSudoko.cpp ├── XCI │ └── 91 │ │ └── Solution.py ├── findDuplicate.java ├── flattenBTtoLL.cpp ├── good_pair.cpp ├── linkedlist.c ├── min_in_sorted_rotated_sorted_array.py ├── nextPermutation.cpp ├── numRollsToTarget.py ├── pattern.cpp ├── powXN.java ├── setMatrixZeroes.cpp ├── stringCompression.cpp ├── subsets.CPP ├── sum.cpp └── zigzag_traversal_binary_tree.cpp ├── README.md └── twitter.png /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Contains Duplicate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Contains Duplicate.py -------------------------------------------------------------------------------- /Easy/101. Symmetric_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/101. Symmetric_Tree.py -------------------------------------------------------------------------------- /Easy/69. Sqrt(x).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/69. Sqrt(x).py -------------------------------------------------------------------------------- /Easy/94. Binary_Tree_Inorder_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/94. Binary_Tree_Inorder_Traversal.py -------------------------------------------------------------------------------- /Easy/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/A.cpp -------------------------------------------------------------------------------- /Easy/A_Restoring_numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/A_Restoring_numbers.cpp -------------------------------------------------------------------------------- /Easy/A_SUM_OF_Round_Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/A_SUM_OF_Round_Numbers.cpp -------------------------------------------------------------------------------- /Easy/Add_Binary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Add_Binary.cpp -------------------------------------------------------------------------------- /Easy/ArrangingCoins441.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/ArrangingCoins441.java -------------------------------------------------------------------------------- /Easy/BestTimeToBuyStock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/BestTimeToBuyStock.py -------------------------------------------------------------------------------- /Easy/Best_Time_to_Buy_and_Sell_Stock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Best_Time_to_Buy_and_Sell_Stock.cpp -------------------------------------------------------------------------------- /Easy/Best_Time_to_Buy_and_Sell_Stock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Best_Time_to_Buy_and_Sell_Stock.java -------------------------------------------------------------------------------- /Easy/BinarySearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/BinarySearch.java -------------------------------------------------------------------------------- /Easy/BubbleSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/BubbleSort -------------------------------------------------------------------------------- /Easy/Build-Array-From-Permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Build-Array-From-Permutation.cpp -------------------------------------------------------------------------------- /Easy/Can-make-arithmetic-progression-from-sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Can-make-arithmetic-progression-from-sequence.py -------------------------------------------------------------------------------- /Easy/CommanFactors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/CommanFactors.cpp -------------------------------------------------------------------------------- /Easy/Count Asterisks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Count Asterisks.cpp -------------------------------------------------------------------------------- /Easy/CountNegGrid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/CountNegGrid.java -------------------------------------------------------------------------------- /Easy/Create Maximum sum subarray of size k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Create Maximum sum subarray of size k.cpp -------------------------------------------------------------------------------- /Easy/DisBetweenTwoArrayLeetcode1385.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/DisBetweenTwoArrayLeetcode1385.java -------------------------------------------------------------------------------- /Easy/EvenOddNumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/EvenOddNumber.java -------------------------------------------------------------------------------- /Easy/Factorial.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Factorial.java -------------------------------------------------------------------------------- /Easy/FizzBuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/FizzBuzz.js -------------------------------------------------------------------------------- /Easy/Inheritance.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Inheritance.java -------------------------------------------------------------------------------- /Easy/IsSubSequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/IsSubSequence.cpp -------------------------------------------------------------------------------- /Easy/Largest Perimeter Triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Largest Perimeter Triangle.cpp -------------------------------------------------------------------------------- /Easy/Length_of_last_word.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Length_of_last_word.cpp -------------------------------------------------------------------------------- /Easy/LinkedList_Cycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/LinkedList_Cycle.py -------------------------------------------------------------------------------- /Easy/Long_sharing_chef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Long_sharing_chef.cpp -------------------------------------------------------------------------------- /Easy/LongestPrefix.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/LongestPrefix.java -------------------------------------------------------------------------------- /Easy/MajorityElement.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/MajorityElement.java -------------------------------------------------------------------------------- /Easy/Maximum Product of Three Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Maximum Product of Three Numbers.cpp -------------------------------------------------------------------------------- /Easy/MaximumDepthOfBinaryTree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/MaximumDepthOfBinaryTree.java -------------------------------------------------------------------------------- /Easy/MaximumElementAfterDecreasingAndRearranging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/MaximumElementAfterDecreasingAndRearranging.cpp -------------------------------------------------------------------------------- /Easy/MergeArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/MergeArray.java -------------------------------------------------------------------------------- /Easy/Merge_Strings_Alternately1768.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Merge_Strings_Alternately1768.java -------------------------------------------------------------------------------- /Easy/Middle of the Linked List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Middle of the Linked List.py -------------------------------------------------------------------------------- /Easy/MiddleNodeLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/MiddleNodeLinkedList.java -------------------------------------------------------------------------------- /Easy/Move Zeroes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Move Zeroes.py -------------------------------------------------------------------------------- /Easy/Number of Arithmetic Triplets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Number of Arithmetic Triplets.cpp -------------------------------------------------------------------------------- /Easy/NumsNotInArrayLeetcode448.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/NumsNotInArrayLeetcode448.java -------------------------------------------------------------------------------- /Easy/Palindrome Number(LC).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Palindrome Number(LC).cpp -------------------------------------------------------------------------------- /Easy/PalindromeNumber.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/PalindromeNumber.ts -------------------------------------------------------------------------------- /Easy/Problem_69.Sqrt(x).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Problem_69.Sqrt(x).cpp -------------------------------------------------------------------------------- /Easy/Ransom Note.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Ransom Note.cpp -------------------------------------------------------------------------------- /Easy/Remove Duplicates from Sorted Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Remove Duplicates from Sorted Array.cpp -------------------------------------------------------------------------------- /Easy/RichestCustomerWealthSolution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/RichestCustomerWealthSolution.java -------------------------------------------------------------------------------- /Easy/Roman_to_Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Roman_to_Integer.cpp -------------------------------------------------------------------------------- /Easy/Roman_to_Integer13.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Roman_to_Integer13.java -------------------------------------------------------------------------------- /Easy/ShuffleTheArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/ShuffleTheArray.js -------------------------------------------------------------------------------- /Easy/SmallestLetter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/SmallestLetter.java -------------------------------------------------------------------------------- /Easy/Sqrt.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Sqrt.java -------------------------------------------------------------------------------- /Easy/Symmetric Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Symmetric Tree.cpp -------------------------------------------------------------------------------- /Easy/Two_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Two_Sum.py -------------------------------------------------------------------------------- /Easy/Two_sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Two_sum.cpp -------------------------------------------------------------------------------- /Easy/Valid_ParenthesesLC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Valid_ParenthesesLC.cpp -------------------------------------------------------------------------------- /Easy/Valid_anagram.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/Valid_anagram.java -------------------------------------------------------------------------------- /Easy/check_distance_between_same_letters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/check_distance_between_same_letters.java -------------------------------------------------------------------------------- /Easy/count-no-of-pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/count-no-of-pairs.cpp -------------------------------------------------------------------------------- /Easy/count_items_matching_a_rule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/count_items_matching_a_rule.cpp -------------------------------------------------------------------------------- /Easy/kthSmallestInMatrix.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/kthSmallestInMatrix.java -------------------------------------------------------------------------------- /Easy/longestCommanPrefix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/longestCommanPrefix.cpp -------------------------------------------------------------------------------- /Easy/main (3).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/main (3).cpp -------------------------------------------------------------------------------- /Easy/plus one.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/plus one.py -------------------------------------------------------------------------------- /Easy/plusOne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/plusOne.js -------------------------------------------------------------------------------- /Easy/primeNumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/primeNumber.java -------------------------------------------------------------------------------- /Easy/quick_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/quick_sort.cpp -------------------------------------------------------------------------------- /Easy/richest-customer-wealth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/richest-customer-wealth.cpp -------------------------------------------------------------------------------- /Easy/twoSum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/twoSum.java -------------------------------------------------------------------------------- /Easy/validParentheses.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Easy/validParentheses.java -------------------------------------------------------------------------------- /Hacktoberfest2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hacktoberfest2022.png -------------------------------------------------------------------------------- /Hard/140. Word Break II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/140. Word Break II.py -------------------------------------------------------------------------------- /Hard/25.Reverse_Nodes_in_K_Groups.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/25.Reverse_Nodes_in_K_Groups.cpp -------------------------------------------------------------------------------- /Hard/336. Palindrome Pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/336. Palindrome Pairs.cpp -------------------------------------------------------------------------------- /Hard/37. Sudoku Solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/37. Sudoku Solver.py -------------------------------------------------------------------------------- /Hard/4. Median of Two Sorted Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/4. Median of Two Sorted Arrays.py -------------------------------------------------------------------------------- /Hard/44. Wildcard Matching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/44. Wildcard Matching.py -------------------------------------------------------------------------------- /Hard/AggressiveCows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/AggressiveCows.cpp -------------------------------------------------------------------------------- /Hard/Array_Divisible.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Array_Divisible.cpp -------------------------------------------------------------------------------- /Hard/BubbleSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/BubbleSort.java -------------------------------------------------------------------------------- /Hard/Count Subarrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Count Subarrays.cpp -------------------------------------------------------------------------------- /Hard/FindMountainArraySolution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/FindMountainArraySolution.java -------------------------------------------------------------------------------- /Hard/Fraction_class.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Fraction_class.cpp -------------------------------------------------------------------------------- /Hard/Frog_Position_After_T_Seconds.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Frog_Position_After_T_Seconds.java -------------------------------------------------------------------------------- /Hard/Maximum Deletions on a String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Maximum Deletions on a String.cpp -------------------------------------------------------------------------------- /Hard/MedianFinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/MedianFinder.java -------------------------------------------------------------------------------- /Hard/MedianOfTwoSortedArrays.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/MedianOfTwoSortedArrays.java -------------------------------------------------------------------------------- /Hard/Median_from_DataStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Median_from_DataStream.cpp -------------------------------------------------------------------------------- /Hard/Median_of_ Two_Sorted_Arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Median_of_ Two_Sorted_Arrays.cpp -------------------------------------------------------------------------------- /Hard/Merge_k_Sorted_Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Merge_k_Sorted_Lists.py -------------------------------------------------------------------------------- /Hard/Merge_k_sorted_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Merge_k_sorted_list.cpp -------------------------------------------------------------------------------- /Hard/Minimum Weighted Subgraph With the Required Paths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Minimum Weighted Subgraph With the Required Paths.cpp -------------------------------------------------------------------------------- /Hard/N-Queens.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/N-Queens.cpp -------------------------------------------------------------------------------- /Hard/Number_of_Pairs_Satisfying_Inequality.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Number_of_Pairs_Satisfying_Inequality.cpp -------------------------------------------------------------------------------- /Hard/Scramble_String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Scramble_String.cpp -------------------------------------------------------------------------------- /Hard/Sliding Window Maximum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Sliding Window Maximum.cpp -------------------------------------------------------------------------------- /Hard/Subset_Sum_Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Subset_Sum_Problem.cpp -------------------------------------------------------------------------------- /Hard/Substring_with_catenation_of_All_words.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Substring_with_catenation_of_All_words.cpp -------------------------------------------------------------------------------- /Hard/TopoLogical-Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/TopoLogical-Sort.cpp -------------------------------------------------------------------------------- /Hard/Word Ladder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/Word Ladder.cpp -------------------------------------------------------------------------------- /Hard/closestKvalues.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/closestKvalues.java -------------------------------------------------------------------------------- /Hard/countSmaller.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/countSmaller.java -------------------------------------------------------------------------------- /Hard/findMin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/findMin.java -------------------------------------------------------------------------------- /Hard/first_missing_positive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/first_missing_positive.cpp -------------------------------------------------------------------------------- /Hard/ladderLength.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/ladderLength.java -------------------------------------------------------------------------------- /Hard/largest_Rectangle_in_Histogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/largest_Rectangle_in_Histogram.cpp -------------------------------------------------------------------------------- /Hard/lineartree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/lineartree.cpp -------------------------------------------------------------------------------- /Hard/numberToWords.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/numberToWords.java -------------------------------------------------------------------------------- /Hard/skyline.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/skyline.java -------------------------------------------------------------------------------- /Hard/splitArr.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/splitArr.java -------------------------------------------------------------------------------- /Hard/trap1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/trap1.java -------------------------------------------------------------------------------- /Hard/trapping_rain_water.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Hard/trapping_rain_water.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/LICENSE -------------------------------------------------------------------------------- /Medium/ word-break.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/ word-break.cpp -------------------------------------------------------------------------------- /Medium/1155/ Number of Dice Rolls With Target Sum/Solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/1155/ Number of Dice Rolls With Target Sum/Solution.py -------------------------------------------------------------------------------- /Medium/240. Search a 2D Matrix II/Rotate Image/rotate_image_48.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/240. Search a 2D Matrix II/Rotate Image/rotate_image_48.java -------------------------------------------------------------------------------- /Medium/4sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/4sum.cpp -------------------------------------------------------------------------------- /Medium/78 Subsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/78 Subsets.py -------------------------------------------------------------------------------- /Medium/91/ Decode Way/Solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/91/ Decode Way/Solution.py -------------------------------------------------------------------------------- /Medium/99-Recovery-Binary-searchTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/99-Recovery-Binary-searchTree.py -------------------------------------------------------------------------------- /Medium/AddTwoNumbersLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/AddTwoNumbersLinkedList.java -------------------------------------------------------------------------------- /Medium/Add_One_Row_to_Tree.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Medium/Armstrongnumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Armstrongnumber.java -------------------------------------------------------------------------------- /Medium/Bitwise XOR of All Pairings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Bitwise XOR of All Pairings.cpp -------------------------------------------------------------------------------- /Medium/Combination_Sum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Combination_Sum.java -------------------------------------------------------------------------------- /Medium/Container With Most Water/Container With Most Water.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Container With Most Water/Container With Most Water.java -------------------------------------------------------------------------------- /Medium/Container With Most Water/Container With Most Water.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Container With Most Water/Container With Most Water.py -------------------------------------------------------------------------------- /Medium/Count Number Bad Pairs/leet_code2364.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Count Number Bad Pairs/leet_code2364.cpp -------------------------------------------------------------------------------- /Medium/Count Number Bad Pairs/leetcode23.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Count Number Bad Pairs/leetcode23.java -------------------------------------------------------------------------------- /Medium/Decode Way/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Decode Way/Solution.java -------------------------------------------------------------------------------- /Medium/DecodeWays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/DecodeWays.cpp -------------------------------------------------------------------------------- /Medium/DecodeWays.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/DecodeWays.java -------------------------------------------------------------------------------- /Medium/DeleteNodeLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/DeleteNodeLinkedList.java -------------------------------------------------------------------------------- /Medium/Design Linked List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Design Linked List -------------------------------------------------------------------------------- /Medium/Divide_Two_Integers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Divide_Two_Integers.cpp -------------------------------------------------------------------------------- /Medium/Fair_play.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Fair_play.cpp -------------------------------------------------------------------------------- /Medium/Find All Good Indices/Find-All-Good-Indices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Find All Good Indices/Find-All-Good-Indices.cpp -------------------------------------------------------------------------------- /Medium/Find First and Last Position of Element in Sorted Array.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Find First and Last Position of Element in Sorted Array.java -------------------------------------------------------------------------------- /Medium/Find Peak Element.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Find Peak Element.cpp -------------------------------------------------------------------------------- /Medium/First_And_Last_Occurence_of_an_Element.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/First_And_Last_Occurence_of_an_Element.cpp -------------------------------------------------------------------------------- /Medium/Fruit Into Baskets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Fruit Into Baskets.py -------------------------------------------------------------------------------- /Medium/House_robber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/House_robber.java -------------------------------------------------------------------------------- /Medium/IIISearch a 2D Matrix II/Rotate Image/rotate_image_48.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/IIISearch a 2D Matrix II/Rotate Image/rotate_image_48.java -------------------------------------------------------------------------------- /Medium/IntersectionOfTwoArrays.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/IntersectionOfTwoArrays.java -------------------------------------------------------------------------------- /Medium/Jump_Game.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Jump_Game.java -------------------------------------------------------------------------------- /Medium/KClosestElement.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/KClosestElement.java -------------------------------------------------------------------------------- /Medium/KadaneAlgo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/KadaneAlgo.java -------------------------------------------------------------------------------- /Medium/KoKoEatingBanana.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/KoKoEatingBanana.java -------------------------------------------------------------------------------- /Medium/LargestnumberofArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/LargestnumberofArray.java -------------------------------------------------------------------------------- /Medium/Letter_Combinations_of_a_Phone_Number.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Letter_Combinations_of_a_Phone_Number.java -------------------------------------------------------------------------------- /Medium/Letter_Combinations_of_a_Phone_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Letter_Combinations_of_a_Phone_Number.py -------------------------------------------------------------------------------- /Medium/LinkedListCycleII.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/LinkedListCycleII.java -------------------------------------------------------------------------------- /Medium/Longest Subarray With Maximum Bitwise AND/Longest-Subarray-With-Maximum-Bitwise-AND.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Longest Subarray With Maximum Bitwise AND/Longest-Subarray-With-Maximum-Bitwise-AND.cpp -------------------------------------------------------------------------------- /Medium/Longest Substring Without Repeating Characters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Longest Substring Without Repeating Characters.cpp -------------------------------------------------------------------------------- /Medium/Longest Substring Without Repeating Characters/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Longest Substring Without Repeating Characters/solution.js -------------------------------------------------------------------------------- /Medium/Longest Substring Without Repeating Characters/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Longest Substring Without Repeating Characters/solution.py -------------------------------------------------------------------------------- /Medium/Longest Uploaded Prefix/Longest-Uploaded-Prefix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Longest Uploaded Prefix/Longest-Uploaded-Prefix.cpp -------------------------------------------------------------------------------- /Medium/Longest-Consecutive-sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Longest-Consecutive-sequence.cpp -------------------------------------------------------------------------------- /Medium/Lru-cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Lru-cache.cpp -------------------------------------------------------------------------------- /Medium/MCLV/ Number of Dice Rolls With Target Sum/Solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/MCLV/ Number of Dice Rolls With Target Sum/Solution.py -------------------------------------------------------------------------------- /Medium/Max Area of Island.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Max Area of Island.cpp -------------------------------------------------------------------------------- /Medium/MaxSubArraySum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/MaxSubArraySum.java -------------------------------------------------------------------------------- /Medium/Max_Bitwise_And.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Max_Bitwise_And.cpp -------------------------------------------------------------------------------- /Medium/Maximal-square.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Maximal-square.cpp -------------------------------------------------------------------------------- /Medium/Maximum Sum of an Hourglass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Maximum Sum of an Hourglass.cpp -------------------------------------------------------------------------------- /Medium/Minimize XOR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Minimize XOR.cpp -------------------------------------------------------------------------------- /Medium/Minimum time to make Rope Colourful.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Minimum time to make Rope Colourful.cpp -------------------------------------------------------------------------------- /Medium/Minimum_Absolute_Sum_Difference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Minimum_Absolute_Sum_Difference.cpp -------------------------------------------------------------------------------- /Medium/Multiply_Strings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Multiply_Strings.java -------------------------------------------------------------------------------- /Medium/Number of Dice Rolls With Target SumSolution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Number of Dice Rolls With Target SumSolution.java -------------------------------------------------------------------------------- /Medium/PeakIndexMountainArraySolution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/PeakIndexMountainArraySolution.java -------------------------------------------------------------------------------- /Medium/Peakindex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Peakindex.cpp -------------------------------------------------------------------------------- /Medium/Problem7.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Problem7.java -------------------------------------------------------------------------------- /Medium/Pseudo-Palindromic Paths in a Binary Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Pseudo-Palindromic Paths in a Binary Tree.cpp -------------------------------------------------------------------------------- /Medium/Recovery-Binary-searchTree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Recovery-Binary-searchTree -------------------------------------------------------------------------------- /Medium/Remove Duplicates from Sorted Array/Remove Nth Node From End of List.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Remove Duplicates from Sorted Array/Remove Nth Node From End of List.java -------------------------------------------------------------------------------- /Medium/Remove Duplicates from Sorted Array/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Remove Duplicates from Sorted Array/solution.cpp -------------------------------------------------------------------------------- /Medium/Remove Duplicates from sorted linked list (82)/leetcode82.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Remove Duplicates from sorted linked list (82)/leetcode82.java -------------------------------------------------------------------------------- /Medium/RemoveNthNodeFromEnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/RemoveNthNodeFromEnd.cpp -------------------------------------------------------------------------------- /Medium/Remove_Duplicates.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Remove_Duplicates.cpp -------------------------------------------------------------------------------- /Medium/RotateArraySolution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/RotateArraySolution.java -------------------------------------------------------------------------------- /Medium/Rotate_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Rotate_List.py -------------------------------------------------------------------------------- /Medium/RotatedBSDuplicates.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/RotatedBSDuplicates.java -------------------------------------------------------------------------------- /Medium/Search a 2D Matrix II/Search2DMatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Search a 2D Matrix II/Search2DMatrix.cpp -------------------------------------------------------------------------------- /Medium/SearchRotatedSortedArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/SearchRotatedSortedArray.java -------------------------------------------------------------------------------- /Medium/Search_in_rotated_SortedArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Search_in_rotated_SortedArray.cpp -------------------------------------------------------------------------------- /Medium/SetMatrixZero.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/SetMatrixZero.java -------------------------------------------------------------------------------- /Medium/ShipCapacity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/ShipCapacity.java -------------------------------------------------------------------------------- /Medium/Simplify_Path.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Simplify_Path.java -------------------------------------------------------------------------------- /Medium/SolutionForSpiralMatrix_54_leetcode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/SolutionForSpiralMatrix_54_leetcode.java -------------------------------------------------------------------------------- /Medium/Spiral_Matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Spiral_Matrix.cpp -------------------------------------------------------------------------------- /Medium/Spiral_Matrix.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Spiral_Matrix.java -------------------------------------------------------------------------------- /Medium/String_to_integer(atoi).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/String_to_integer(atoi).cpp -------------------------------------------------------------------------------- /Medium/Subarray Sum Equals K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Subarray Sum Equals K.cpp -------------------------------------------------------------------------------- /Medium/Subsets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Subsets -------------------------------------------------------------------------------- /Medium/Subsets II/M#1(Recursion CPP): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Subsets II/M#1(Recursion CPP) -------------------------------------------------------------------------------- /Medium/Sum_Closest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Sum_Closest.java -------------------------------------------------------------------------------- /Medium/Sum_of_two_integers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Sum_of_two_integers.cpp -------------------------------------------------------------------------------- /Medium/Swap Nodes In Pairs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Swap Nodes In Pairs.java -------------------------------------------------------------------------------- /Medium/ThreeSum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/ThreeSum.swift -------------------------------------------------------------------------------- /Medium/Triangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Triangle.java -------------------------------------------------------------------------------- /Medium/Ugly_number_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Ugly_number_2.cpp -------------------------------------------------------------------------------- /Medium/Unique_Paths.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Unique_Paths.java -------------------------------------------------------------------------------- /Medium/Unique_paths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/Unique_paths.cpp -------------------------------------------------------------------------------- /Medium/ValidSudoko.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/ValidSudoko.cpp -------------------------------------------------------------------------------- /Medium/XCI/91/Solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/XCI/91/Solution.py -------------------------------------------------------------------------------- /Medium/findDuplicate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/findDuplicate.java -------------------------------------------------------------------------------- /Medium/flattenBTtoLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/flattenBTtoLL.cpp -------------------------------------------------------------------------------- /Medium/good_pair.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/good_pair.cpp -------------------------------------------------------------------------------- /Medium/linkedlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/linkedlist.c -------------------------------------------------------------------------------- /Medium/min_in_sorted_rotated_sorted_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/min_in_sorted_rotated_sorted_array.py -------------------------------------------------------------------------------- /Medium/nextPermutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/nextPermutation.cpp -------------------------------------------------------------------------------- /Medium/numRollsToTarget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/numRollsToTarget.py -------------------------------------------------------------------------------- /Medium/pattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/pattern.cpp -------------------------------------------------------------------------------- /Medium/powXN.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/powXN.java -------------------------------------------------------------------------------- /Medium/setMatrixZeroes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/setMatrixZeroes.cpp -------------------------------------------------------------------------------- /Medium/stringCompression.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/stringCompression.cpp -------------------------------------------------------------------------------- /Medium/subsets.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/subsets.CPP -------------------------------------------------------------------------------- /Medium/sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/sum.cpp -------------------------------------------------------------------------------- /Medium/zigzag_traversal_binary_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/Medium/zigzag_traversal_binary_tree.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/README.md -------------------------------------------------------------------------------- /twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vanshika2063/Leetcode-Questions/HEAD/twitter.png --------------------------------------------------------------------------------