Dashboard Temp Share Shortlinks Frames API

prakhardoneria - HTMLify profile

prakhardoneria's Profile Picture

prakhardoneria

69 Files

2818 Views

files of /prakhardoneria/

GFG /prakhardoneria/GFG/
39 Items
  • Count Subset With Target Sum II
  • Equalize the Towers.py
  • Find Kth Rotation.py
  • Generate Permutations of an array.py
  • Happiest Triplet.py
  • Interleave the First Half of the Queue with Second Half.py
  • K Sized Subarray Maximum.py
  • Koko Eating Bananas.py
  • Implement k Queues in a Single Array.py /prakhardoneria/Implement k Queues in a Single Array.py
    34 Views
    0 Comments
    class kQueues:
    def __init__(self, n, k):
    self.n = n
    self.k = k
    self.arr = [0] * n
    self.front
    LeetCode /prakhardoneria/LeetCode/
    25 Items
  • construct-the-minimum-bitwise-array-i.py
  • construct-the-minimum-bitwise-array-ii.py
  • find-the-index-of-the-first-occurrence-in-a-string.py
  • find-the-largest-area-of-square-inside-two-rectangle.py
  • four-divisors.py
  • largest-magic-square.py
  • max-dot-product-of-two-subsequences.py
  • maximal-rectangle.py
  • geekstreak60 /prakhardoneria/geekstreak60/
    4 Items
  • day1.py
  • day2.py
  • day3.py
  • day4.py