Skip to content

karygauss03/Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-Solutions

My Leetcode Solutions This is my Leetcode profile https://leetcode.com/karygauss03/

LeetCode Topics

Array

0174-dungeon-game
0892-shortest-subarray-with-sum-at-least-k
1130-last-stone-weight-ii
1679-shortest-subarray-to-be-removed-to-make-array-sorted
2188-minimized-maximum-of-products-distributed-to-any-store
2699-count-the-number-of-fair-pairs
2716-prime-subtraction-operation
3522-find-the-power-of-k-size-subarrays-i

Math

2716-prime-subtraction-operation

Binary Search

0892-shortest-subarray-with-sum-at-least-k
1679-shortest-subarray-to-be-removed-to-make-array-sorted
2188-minimized-maximum-of-products-distributed-to-any-store
2699-count-the-number-of-fair-pairs
2716-prime-subtraction-operation

Greedy

2716-prime-subtraction-operation

Number Theory

2716-prime-subtraction-operation

Two Pointers

1679-shortest-subarray-to-be-removed-to-make-array-sorted
2699-count-the-number-of-fair-pairs

Sorting

2699-count-the-number-of-fair-pairs

Stack

1679-shortest-subarray-to-be-removed-to-make-array-sorted

Monotonic Stack

1679-shortest-subarray-to-be-removed-to-make-array-sorted

Sliding Window

0892-shortest-subarray-with-sum-at-least-k
3522-find-the-power-of-k-size-subarrays-i

Dynamic Programming

0174-dungeon-game
1130-last-stone-weight-ii

Queue

0892-shortest-subarray-with-sum-at-least-k

Heap (Priority Queue)

0892-shortest-subarray-with-sum-at-least-k

Prefix Sum

0892-shortest-subarray-with-sum-at-least-k

Monotonic Queue

0892-shortest-subarray-with-sum-at-least-k

Matrix

0174-dungeon-game