Skip to content

Leetcode-solutions-streak/LeetCode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

242 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode-Solutions

LeetCode Topics

Tree

0094-binary-tree-inorder-traversal
0100-same-tree
0101-symmetric-tree
0199-binary-tree-right-side-view
1766-tree-of-coprimes
3558-number-of-ways-to-assign-edge-weights-i

Depth-First Search

0094-binary-tree-inorder-traversal
0100-same-tree
0101-symmetric-tree
0199-binary-tree-right-side-view
0200-number-of-islands
1766-tree-of-coprimes
2492-minimum-score-of-a-path-between-two-cities
3558-number-of-ways-to-assign-edge-weights-i

Breadth-First Search

0100-same-tree
0101-symmetric-tree
0199-binary-tree-right-side-view
0200-number-of-islands
2492-minimum-score-of-a-path-between-two-cities
2812-find-the-safest-path-in-a-grid
3286-find-a-safe-walk-through-a-grid

Binary Tree

0094-binary-tree-inorder-traversal
0100-same-tree
0101-symmetric-tree
0199-binary-tree-right-side-view

Array

0001-two-sum
0031-next-permutation
0200-number-of-islands
0821-shortest-distance-to-a-character
1266-minimum-time-visiting-all-points
1301-number-of-paths-with-max-score
1732-find-the-highest-altitude
1766-tree-of-coprimes
1833-maximum-ice-cream-bars
2161-partition-array-according-to-given-pivot
2812-find-the-safest-path-in-a-grid
3286-find-a-safe-walk-through-a-grid
3620-network-recovery-pathways
3693-climbing-stairs-ii

Union-Find

0200-number-of-islands
2492-minimum-score-of-a-path-between-two-cities
2812-find-the-safest-path-in-a-grid

Matrix

0200-number-of-islands
1301-number-of-paths-with-max-score
2812-find-the-safest-path-in-a-grid
3286-find-a-safe-walk-through-a-grid

Hash Table

0001-two-sum
0012-integer-to-roman

Linked List

0019-remove-nth-node-from-end-of-list

Two Pointers

0005-longest-palindromic-substring
0019-remove-nth-node-from-end-of-list
0028-find-the-index-of-the-first-occurrence-in-a-string
0031-next-permutation
0125-valid-palindrome
0165-compare-version-numbers
0821-shortest-distance-to-a-character
2161-partition-array-according-to-given-pivot

Simulation

2161-partition-array-according-to-given-pivot

Backtracking

0077-combinations

Math

0007-reverse-integer
0012-integer-to-roman
0069-sqrtx
0070-climbing-stairs
0231-power-of-two
0292-nim-game
0326-power-of-three
1266-minimum-time-visiting-all-points
1766-tree-of-coprimes
3558-number-of-ways-to-assign-edge-weights-i

Number Theory

1766-tree-of-coprimes

String

0005-longest-palindromic-substring
0008-string-to-integer-atoi
0012-integer-to-roman
0028-find-the-index-of-the-first-occurrence-in-a-string
0125-valid-palindrome
0165-compare-version-numbers
0821-shortest-distance-to-a-character

Dynamic Programming

0005-longest-palindromic-substring
0070-climbing-stairs
1301-number-of-paths-with-max-score
3620-network-recovery-pathways
3693-climbing-stairs-ii

Binary Search

0069-sqrtx
2812-find-the-safest-path-in-a-grid
3620-network-recovery-pathways

Database

0175-combine-two-tables
0176-second-highest-salary
0181-employees-earning-more-than-their-managers
0182-duplicate-emails
0595-big-countries
1164-product-price-at-a-given-date
1484-group-sold-products-by-the-date

Geometry

1266-minimum-time-visiting-all-points

Stack

0094-binary-tree-inorder-traversal

Prefix Sum

1732-find-the-highest-altitude

Greedy

1833-maximum-ice-cream-bars

Sorting

1833-maximum-ice-cream-bars

Counting Sort

1833-maximum-ice-cream-bars

Memoization

0070-climbing-stairs

Brainteaser

0292-nim-game

Game Theory

0292-nim-game

String Matching

0028-find-the-index-of-the-first-occurrence-in-a-string

Heap (Priority Queue)

2812-find-the-safest-path-in-a-grid
3286-find-a-safe-walk-through-a-grid
3620-network-recovery-pathways

Graph Theory

2492-minimum-score-of-a-path-between-two-cities
3286-find-a-safe-walk-through-a-grid
3620-network-recovery-pathways

Shortest Path

3286-find-a-safe-walk-through-a-grid
3620-network-recovery-pathways

Topological Sort

3620-network-recovery-pathways

Recursion

0231-power-of-two
0326-power-of-three

Bit Manipulation

0231-power-of-two

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors