Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaansarii committed Aug 2, 2024
1 parent 6e7568b commit d706796
Show file tree
Hide file tree
Showing 176 changed files with 714 additions and 1,267 deletions.
2 changes: 2 additions & 0 deletions Array problems/Arrays/..py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#
# Link:
2 changes: 2 additions & 0 deletions Array problems/Arrays/1..Two.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 1. Two Sum
# Link: https://leetcode.com/problems/two-sum/
2 changes: 2 additions & 0 deletions Array problems/Arrays/10..Squares.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 10. Squares of a Sorted Array
# Link: https://leetcode.com/problems/squares-of-a-sorted-array/
2 changes: 2 additions & 0 deletions Array problems/Arrays/11..Pascal's.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 11. Pascal's Triangle
# Link: https://leetcode.com/problems/pascals-triangle/
2 changes: 2 additions & 0 deletions Array problems/Arrays/12..Remove.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 12. Remove Duplicates from Sorted Array
# Link: https://leetcode.com/problems/remove-duplicates-from-sorted-array/
2 changes: 2 additions & 0 deletions Array problems/Arrays/13..Merge.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 13. Merge Intervals
# Link: https://leetcode.com/problems/merge-intervals/
2 changes: 2 additions & 0 deletions Array problems/Arrays/14..3Sum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 14. 3Sum
# Link: https://leetcode.com/problems/3sum/
2 changes: 2 additions & 0 deletions Array problems/Arrays/15..Product.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 15. Product of Array Except Self
# Link: https://leetcode.com/problems/product-of-array-except-self/
2 changes: 2 additions & 0 deletions Array problems/Arrays/16..Insert.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 16. Insert Delete GetRandom O(1)
# Link: https://leetcode.com/problems/insert-delete-getrandom-o1/
2 changes: 2 additions & 0 deletions Array problems/Arrays/17..Subarray.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 17. Subarray Sum Equals K
# Link: https://leetcode.com/problems/subarray-sum-equals-k/
2 changes: 2 additions & 0 deletions Array problems/Arrays/18..Next.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 18. Next Permutation
# Link: https://leetcode.com/problems/next-permutation/
2 changes: 2 additions & 0 deletions Array problems/Arrays/19..Spiral.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 19. Spiral Matrix
# Link: https://leetcode.com/problems/spiral-matrix/
2 changes: 2 additions & 0 deletions Array problems/Arrays/2..Best.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 2. Best Time to Buy and Sell Stock
# Link: https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
2 changes: 2 additions & 0 deletions Array problems/Arrays/20..Container.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 20. Container With Most Water
# Link: https://leetcode.com/problems/container-with-most-water/
2 changes: 2 additions & 0 deletions Array problems/Arrays/21..Rotate.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 21. Rotate Image
# Link: https://leetcode.com/problems/rotate-image/
2 changes: 2 additions & 0 deletions Array problems/Arrays/22..Word.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 22. Word Search
# Link: https://leetcode.com/problems/word-search/
2 changes: 2 additions & 0 deletions Array problems/Arrays/23..3Sum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 23. 3Sum Closest
# Link: https://leetcode.com/problems/3sum-closest/
2 changes: 2 additions & 0 deletions Array problems/Arrays/24..Game.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 24. Game of Life
# Link: https://leetcode.com/problems/game-of-life/
2 changes: 2 additions & 0 deletions Array problems/Arrays/25..Pairs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 25. Pairs of Songs With Total Durations Divisible by 60
# Link: https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60/
2 changes: 2 additions & 0 deletions Array problems/Arrays/26..4Sum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 26. 4Sum
# Link: https://leetcode.com/problems/4sum/
2 changes: 2 additions & 0 deletions Array problems/Arrays/27..Find.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 27. Find the Duplicate Number
# Link: https://leetcode.com/problems/find-the-duplicate-number/
2 changes: 2 additions & 0 deletions Array problems/Arrays/28..Combination.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 28. Combination Sum
# Link: https://leetcode.com/problems/combination-sum/
2 changes: 2 additions & 0 deletions Array problems/Arrays/29..Jump.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 29. Jump Game II
# Link: https://leetcode.com/problems/jump-game-ii/
2 changes: 2 additions & 0 deletions Array problems/Arrays/3..Plus.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 3. Plus One
# Link: https://leetcode.com/problems/plus-one/
2 changes: 2 additions & 0 deletions Array problems/Arrays/30..Maximum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 30. Maximum Points You Can Obtain from Cards
# Link: https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/
2 changes: 2 additions & 0 deletions Array problems/Arrays/31..Maximum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 31. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts
# Link: https://leetcode.com/problems/maximum-area-of-a-piece-of-cake-after-horizontal-and-vertical-cuts/
2 changes: 2 additions & 0 deletions Array problems/Arrays/32..Max.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 32. Max Area of Island
# Link: https://leetcode.com/problems/max-area-of-island/
2 changes: 2 additions & 0 deletions Array problems/Arrays/33..Find.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 33. Find All Duplicates in an Array
# Link: https://leetcode.com/problems/find-all-duplicates-in-an-array/
2 changes: 2 additions & 0 deletions Array problems/Arrays/34..K-Diff.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 34. K-Diff Pairs in an Array
# Link: https://leetcode.com/problems/k-diff-pairs-in-an-array/
2 changes: 2 additions & 0 deletions Array problems/Arrays/35..Subsets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 35. Subsets
# Link: https://leetcode.com/problems/subsets/
2 changes: 2 additions & 0 deletions Array problems/Arrays/36..Invalid.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 36. Invalid Transactions
# Link: https://leetcode.com/problems/invalid-transactions/
2 changes: 2 additions & 0 deletions Array problems/Arrays/37..Jump.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 37. Jump Game
# Link: https://leetcode.com/problems/jump-game/
2 changes: 2 additions & 0 deletions Array problems/Arrays/38..Subarray.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 38. Subarray Sums Divisible by K
# Link: https://leetcode.com/problems/subarray-sums-divisible-by-k/
2 changes: 2 additions & 0 deletions Array problems/Arrays/4..Move.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 4. Move Zeroes
# Link: https://leetcode.com/problems/move-zeroes/
2 changes: 2 additions & 0 deletions Array problems/Arrays/5..Best.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 5. Best Time to Buy and Sell Stock II
# Link: https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/
2 changes: 2 additions & 0 deletions Array problems/Arrays/6..Running.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 6. Running Sum of 1d Array
# Link: https://leetcode.com/problems/running-sum-of-1d-array/
2 changes: 2 additions & 0 deletions Array problems/Arrays/7..Find.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 7. Find Pivot Index
# Link: https://leetcode.com/problems/find-pivot-index/
2 changes: 2 additions & 0 deletions Array problems/Arrays/8..Majority.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 8. Majority Element
# Link: https://leetcode.com/problems/majority-element/
2 changes: 2 additions & 0 deletions Array problems/Arrays/9..Fibonacci.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 9. Fibonacci Number
# Link: https://leetcode.com/problems/fibonacci-number/
2 changes: 2 additions & 0 deletions Array problems/Recursion/..py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#
# Link:
2 changes: 2 additions & 0 deletions Array problems/Recursion/1..What.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 1. What is Recursion
# Link: https://leetcode.com/problems/powx-n/
2 changes: 2 additions & 0 deletions Array problems/Recursion/10..Combination.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 10. Combination Sum II
# Link: https://leetcode.com/problems/combination-sum-ii/
2 changes: 2 additions & 0 deletions Array problems/Recursion/11..Combination.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 11. Combination Sum III
# Link: https://leetcode.com/problems/combination-sum-iii/
2 changes: 2 additions & 0 deletions Array problems/Recursion/12..Letter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 12. Letter Combinations of a Phone Number
# Link: https://leetcode.com/problems/letter-combinations-of-a-phone-number/
2 changes: 2 additions & 0 deletions Array problems/Recursion/13..Partition.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 13. Partition to K Equal Sum Subsets
# Link: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/
2 changes: 2 additions & 0 deletions Array problems/Recursion/14..Maximum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 14. Maximum Length of a Concatenated String with Unique Characters
# Link: https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/
2 changes: 2 additions & 0 deletions Array problems/Recursion/15..Flood.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 15. Flood Fill
# Link: https://leetcode.com/problems/flood-fill/
2 changes: 2 additions & 0 deletions Array problems/Recursion/16..Word.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 16. Word Search
# Link: https://leetcode.com/problems/word-search/
2 changes: 2 additions & 0 deletions Array problems/Recursion/17..Rat.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 17. Rat in a Maze
# Link: https://leetcode.com/problems/n-queens/
2 changes: 2 additions & 0 deletions Array problems/Recursion/2..How.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 2. How Recursion Works
# Link: https://leetcode.com/problems/valid-palindrome/
2 changes: 2 additions & 0 deletions Array problems/Recursion/3..What.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 3. What is a Recursion Tree
# Link: https://leetcode.com/problems/subsets/
2 changes: 2 additions & 0 deletions Array problems/Recursion/4..Subsets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 4. Subsets
# Link: https://leetcode.com/problems/subsets/
2 changes: 2 additions & 0 deletions Array problems/Recursion/5..Permutations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 5. Permutations
# Link: https://leetcode.com/problems/permutations/
2 changes: 2 additions & 0 deletions Array problems/Recursion/6..Permutations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 6. Permutations II
# Link: https://leetcode.com/problems/permutations-ii/
2 changes: 2 additions & 0 deletions Array problems/Recursion/7..Subsets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 7. Subsets II
# Link: https://leetcode.com/problems/subsets-ii/
2 changes: 2 additions & 0 deletions Array problems/Recursion/8..Combinations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 8. Combinations
# Link: https://leetcode.com/problems/combinations/
2 changes: 2 additions & 0 deletions Array problems/Recursion/9..Combination.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 9. Combination Sum
# Link: https://leetcode.com/problems/combination-sum/
2 changes: 1 addition & 1 deletion Hashing/Hashing 1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fb8b0287",
"id": "50235cc4",
"metadata": {},
"outputs": [],
"source": []
Expand Down
6 changes: 6 additions & 0 deletions Hashing/easy/1_Verifying_An_Alien_Dictionary.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Verifying_An_Alien_Dictionary
# URL: https://leetcode.com/problems/verifying-an-alien-dictionary/

def solution():
# TODO: Implement the solution for the problem at https://leetcode.com/problems/verifying-an-alien-dictionary/
pass
6 changes: 6 additions & 0 deletions Hashing/easy/2_Design_Hashmap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Design_Hashmap
# URL: https://leetcode.com/problems/design-hashmap/

def solution():
# TODO: Implement the solution for the problem at https://leetcode.com/problems/design-hashmap/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/10_Maximum_Repeating_Number.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Maximum_Repeating_Number
# URL: https://www.geeksforgeeks.org/find-the-maximum-repeating-number-in-ok-time/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/find-the-maximum-repeating-number-in-ok-time/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/11_Kth_Smallest_Element_Removing_Integers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Kth_Smallest_Element_Removing_Integers
# URL: https://www.geeksforgeeks.org/k-th-smallest-element-removing-integers-natural-numbers/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/k-th-smallest-element-removing-integers-natural-numbers/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/12_Find_K_Closest_Elements.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Find_K_Closest_Elements
# URL: https://www.geeksforgeeks.org/find-k-closest-elements-given-value/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/find-k-closest-elements-given-value/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/13_Kth_Largest_Element_In_Stream.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Kth_Largest_Element_In_Stream
# URL: https://www.geeksforgeeks.org/kth-largest-element-in-a-stream/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/kth-largest-element-in-a-stream/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/14_Connect_N_Ropes_Minimum_Cost.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Connect_N_Ropes_Minimum_Cost
# URL: https://www.geeksforgeeks.org/connect-n-ropes-minimum-cost/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/connect-n-ropes-minimum-cost/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/15_Cuckoo_Hashing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Cuckoo_Hashing
# URL: https://www.geeksforgeeks.org/cuckoo-hashing/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/cuckoo-hashing/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/16_Find_Itinerary_From_List_Of_Tickets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Find_Itinerary_From_List_Of_Tickets
# URL: https://www.geeksforgeeks.org/find-itinerary-from-a-given-list-of-tickets/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/find-itinerary-from-a-given-list-of-tickets/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/17_Largest_Subarray_With_0_Sum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Largest_Subarray_With_0_Sum
# URL: http://geeksforgeeks.org/find-the-largest-subarray-with-0-sum/

def solution():
# TODO: Implement the solution for the problem at http://geeksforgeeks.org/find-the-largest-subarray-with-0-sum/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/18_Count_Distinct_Elements_In_Every_Window.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Count_Distinct_Elements_In_Every_Window
# URL: https://www.geeksforgeeks.org/count-distinct-elements-in-every-window-of-size-k/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/count-distinct-elements-in-every-window-of-size-k/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/19_Group_Shifted_String.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Group_Shifted_String
# URL: https://www.geeksforgeeks.org/group-shifted-string/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/group-shifted-string/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/20_Merge_K_Sorted_Lists.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Merge_K_Sorted_Lists
# URL: https://leetcode.com/problems/merge-k-sorted-lists/

def solution():
# TODO: Implement the solution for the problem at https://leetcode.com/problems/merge-k-sorted-lists/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/21_Find_Median_From_Data_Stream.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Find_Median_From_Data_Stream
# URL: https://leetcode.com/problems/find-median-from-data-stream/

def solution():
# TODO: Implement the solution for the problem at https://leetcode.com/problems/find-median-from-data-stream/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/22_Sliding_Window_Maximum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Sliding_Window_Maximum
# URL: https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-subarrays-of-size-k/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-subarrays-of-size-k/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/23_Smallest_Positive_Number_Missing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Smallest_Positive_Number_Missing
# URL: https://www.geeksforgeeks.org/find-the-smallest-positive-number-missing-from-an-unsorted-array/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/find-the-smallest-positive-number-missing-from-an-unsorted-array/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/24_Surpasser_Count_Of_Each_Element.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Surpasser_Count_Of_Each_Element
# URL: https://www.geeksforgeeks.org/find-surpasser-count-of-each-element-in-array/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/find-surpasser-count-of-each-element-in-array/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/25_Tournament_Tree_And_Binary_Heap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Tournament_Tree_And_Binary_Heap
# URL: https://www.geeksforgeeks.org/tournament-tree-and-binary-heap/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/tournament-tree-and-binary-heap/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/26_Palindrome_Check_In_Stream.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Palindrome_Check_In_Stream
# URL: https://www.geeksforgeeks.org/online-algorithm-for-checking-palindrome-in-a-stream/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/online-algorithm-for-checking-palindrome-in-a-stream/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/3_Top_K_Frequent_Elements.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Top_K_Frequent_Elements
# URL: https://leetcode.com/problems/top-k-frequent-elements/

def solution():
# TODO: Implement the solution for the problem at https://leetcode.com/problems/top-k-frequent-elements/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/4_Design_Twitter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Design_Twitter
# URL: https://leetcode.com/problems/design-twitter/

def solution():
# TODO: Implement the solution for the problem at https://leetcode.com/problems/design-twitter/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/5_K_Numbers_Difference.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: K_Numbers_Difference
# URL: https://www.geeksforgeeks.org/k-numbers-difference-maximum-minimum-k-number-minimized/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/k-numbers-difference-maximum-minimum-k-number-minimized/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/6_Heap_Sort.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Heap_Sort
# URL: https://www.geeksforgeeks.org/heap-sort/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/heap-sort/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/7_K_Largest_Or_Smallest_Elements.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: K_Largest_Or_Smallest_Elements
# URL: https://www.geeksforgeeks.org/k-largestor-smallest-elements-in-an-array/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/k-largestor-smallest-elements-in-an-array/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/8_Next_Greater_Element.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Next_Greater_Element
# URL: https://www.geeksforgeeks.org/next-greater-element/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/next-greater-element/
pass
6 changes: 6 additions & 0 deletions Hashing/medium/9_Kth_Smallest_Largest_Element.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Problem: Kth_Smallest_Largest_Element
# URL: https://www.geeksforgeeks.org/kth-smallestlargest-element-unsorted-array/

def solution():
# TODO: Implement the solution for the problem at https://www.geeksforgeeks.org/kth-smallestlargest-element-unsorted-array/
pass
Loading

0 comments on commit d706796

Please sign in to comment.