Skip to content

taurus09318976/leet_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Topics

Database

0620-not-boring-movies

Tree

0104-maximum-depth-of-binary-tree
0105-construct-binary-tree-from-preorder-and-inorder-traversal
0572-subtree-of-another-tree

Depth-First Search

0079-word-search
0104-maximum-depth-of-binary-tree
0133-clone-graph
0200-number-of-islands
0211-design-add-and-search-words-data-structure
0417-pacific-atlantic-water-flow
0572-subtree-of-another-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree
0133-clone-graph
0200-number-of-islands
0322-coin-change
0417-pacific-atlantic-water-flow

Binary Tree

0104-maximum-depth-of-binary-tree
0105-construct-binary-tree-from-preorder-and-inorder-traversal
0572-subtree-of-another-tree

Array

0011-container-with-most-water
0049-group-anagrams
0054-spiral-matrix
0073-set-matrix-zeroes
0079-word-search
0105-construct-binary-tree-from-preorder-and-inorder-traversal
0121-best-time-to-buy-and-sell-stock
0139-word-break
0152-maximum-product-subarray
0153-find-minimum-in-rotated-sorted-array
0200-number-of-islands
0300-longest-increasing-subsequence
0322-coin-change
0417-pacific-atlantic-water-flow

Binary Search

0153-find-minimum-in-rotated-sorted-array
0300-longest-increasing-subsequence

Linked List

0021-merge-two-sorted-lists
0141-linked-list-cycle
0206-reverse-linked-list

Recursion

0021-merge-two-sorted-lists
0206-reverse-linked-list

String

0003-longest-substring-without-repeating-characters
0020-valid-parentheses
0049-group-anagrams
0076-minimum-window-substring
0079-word-search
0139-word-break
0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure
0424-longest-repeating-character-replacement
0647-palindromic-substrings
1250-longest-common-subsequence

Backtracking

0079-word-search

Matrix

0054-spiral-matrix
0073-set-matrix-zeroes
0079-word-search
0200-number-of-islands
0417-pacific-atlantic-water-flow

Dynamic Programming

0062-unique-paths
0121-best-time-to-buy-and-sell-stock
0139-word-break
0152-maximum-product-subarray
0300-longest-increasing-subsequence
0322-coin-change
0647-palindromic-substrings
1250-longest-common-subsequence

Hash Table

0003-longest-substring-without-repeating-characters
0049-group-anagrams
0073-set-matrix-zeroes
0076-minimum-window-substring
0105-construct-binary-tree-from-preorder-and-inorder-traversal
0133-clone-graph
0139-word-break
0141-linked-list-cycle
0208-implement-trie-prefix-tree
0424-longest-repeating-character-replacement

Sorting

0049-group-anagrams

Design

0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure

Trie

0139-word-break
0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure

Memoization

0139-word-break

Stack

0020-valid-parentheses

Two Pointers

0011-container-with-most-water
0141-linked-list-cycle
0647-palindromic-substrings

Greedy

0011-container-with-most-water

Simulation

0054-spiral-matrix

Math

0062-unique-paths
0371-sum-of-two-integers

Combinatorics

0062-unique-paths

Union Find

0200-number-of-islands

Sliding Window

0003-longest-substring-without-repeating-characters
0076-minimum-window-substring
0424-longest-repeating-character-replacement

Bit Manipulation

0190-reverse-bits
0371-sum-of-two-integers

Divide and Conquer

0105-construct-binary-tree-from-preorder-and-inorder-traversal
0190-reverse-bits

Graph

0133-clone-graph

String Matching

0572-subtree-of-another-tree

Hash Function

0572-subtree-of-another-tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages