Skip to content

Hey! this repository is containing my leetcode Solutions in python

Notifications You must be signed in to change notification settings

y2010-ops/Leetcode-Problems--Python-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-Problems

Python-Solution

Hey! this repository is containing my leetcode Solutions in python

LeetCode Topics

Array

0053-maximum-subarray
0055-jump-game
0134-gas-station
0350-intersection-of-two-arrays-ii
0876-hand-of-straights
0892-shortest-subarray-with-sum-at-least-k
1293-three-consecutive-odds
1325-path-with-maximum-probability
1333-sort-the-jumbled-numbers
1615-range-sum-of-sorted-subarray-sums
1616-minimum-difference-between-largest-and-smallest-value-in-three-moves
1720-crawler-log-folder
1786-count-the-number-of-consistent-strings
1951-find-the-winner-of-the-circular-game
2163-kth-distinct-string-in-an-array
2502-sort-the-people
2727-number-of-senior-citizens
3522-find-the-power-of-k-size-subarrays-i

Hash Table

0350-intersection-of-two-arrays-ii
0768-partition-labels
0876-hand-of-straights
1715-split-a-string-into-the-max-number-of-unique-substrings
1786-count-the-number-of-consistent-strings
2163-kth-distinct-string-in-an-array
2502-sort-the-people

Two Pointers

0350-intersection-of-two-arrays-ii
0768-partition-labels
1615-range-sum-of-sorted-subarray-sums

Binary Search

0350-intersection-of-two-arrays-ii
0892-shortest-subarray-with-sum-at-least-k
1615-range-sum-of-sorted-subarray-sums

Sorting

0350-intersection-of-two-arrays-ii
0876-hand-of-straights
1333-sort-the-jumbled-numbers
1615-range-sum-of-sorted-subarray-sums
1616-minimum-difference-between-largest-and-smallest-value-in-three-moves
2502-sort-the-people

Greedy

0055-jump-game
0134-gas-station
0768-partition-labels
0876-hand-of-straights
1616-minimum-difference-between-largest-and-smallest-value-in-three-moves

Linked List

2299-merge-nodes-in-between-zeros

Simulation

0592-fraction-addition-and-subtraction
1642-water-bottles
1951-find-the-winner-of-the-circular-game
2299-merge-nodes-in-between-zeros
2645-pass-the-pillow

Math

0592-fraction-addition-and-subtraction
1642-water-bottles
1951-find-the-winner-of-the-circular-game
2645-pass-the-pillow

Recursion

1951-find-the-winner-of-the-circular-game

Queue

0892-shortest-subarray-with-sum-at-least-k
1951-find-the-winner-of-the-circular-game

String

0592-fraction-addition-and-subtraction
0768-partition-labels
1298-reverse-substrings-between-each-pair-of-parentheses
1715-split-a-string-into-the-max-number-of-unique-substrings
1720-crawler-log-folder
1786-count-the-number-of-consistent-strings
2163-kth-distinct-string-in-an-array
2502-sort-the-people
2727-number-of-senior-citizens

Stack

0145-binary-tree-postorder-traversal
1298-reverse-substrings-between-each-pair-of-parentheses
1720-crawler-log-folder

Divide and Conquer

0053-maximum-subarray

Dynamic Programming

0053-maximum-subarray
0055-jump-game

Counting

1786-count-the-number-of-consistent-strings
2163-kth-distinct-string-in-an-array

Bit Manipulation

0476-number-complement
1786-count-the-number-of-consistent-strings

Tree

0145-binary-tree-postorder-traversal

Depth-First Search

0145-binary-tree-postorder-traversal

Binary Tree

0145-binary-tree-postorder-traversal

Graph

1325-path-with-maximum-probability

Heap (Priority Queue)

0892-shortest-subarray-with-sum-at-least-k
1325-path-with-maximum-probability

Shortest Path

1325-path-with-maximum-probability

Backtracking

1715-split-a-string-into-the-max-number-of-unique-substrings

Sliding Window

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

Prefix Sum

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

Monotonic Queue

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

About

Hey! this repository is containing my leetcode Solutions in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages