Skip to content

Latest commit

 

History

175 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode

Hash Table

0049-group-anagrams
0073-set-matrix-zeroes
0128-longest-consecutive-sequence
0141-linked-list-cycle
0290-word-pattern
0314-binary-tree-vertical-order-traversal
0905-length-of-longest-fibonacci-subsequence
2442-number-of-arithmetic-triplets

String

0014-longest-common-prefix
0049-group-anagrams
0067-add-binary
0125-valid-palindrome
0290-word-pattern
0408-valid-word-abbreviation
0878-shifting-letters

Trie

0014-longest-common-prefix

Math

0067-add-binary
1013-fibonacci-number

Bit Manipulation

0067-add-binary
0397-integer-replacement

Simulation

0067-add-binary

Array

0011-container-with-most-water
0015-3sum
0049-group-anagrams
0073-set-matrix-zeroes
0128-longest-consecutive-sequence
0167-two-sum-ii-input-array-is-sorted
0373-find-k-pairs-with-smallest-sums
0779-max-chunks-to-make-sorted-ii
0878-shifting-letters
0905-length-of-longest-fibonacci-subsequence
1909-buildings-with-an-ocean-view
2442-number-of-arithmetic-triplets

Union Find

0128-longest-consecutive-sequence

Two Pointers

0011-container-with-most-water
0015-3sum
0086-partition-list
0125-valid-palindrome
0141-linked-list-cycle
0167-two-sum-ii-input-array-is-sorted
0408-valid-word-abbreviation
2442-number-of-arithmetic-triplets

Binary Search

0167-two-sum-ii-input-array-is-sorted

Dynamic Programming

0397-integer-replacement
0905-length-of-longest-fibonacci-subsequence
1013-fibonacci-number

Recursion

1013-fibonacci-number

Memoization

0397-integer-replacement
1013-fibonacci-number

Greedy

0011-container-with-most-water
0397-integer-replacement
0779-max-chunks-to-make-sorted-ii

Sorting

0015-3sum
0049-group-anagrams
0314-binary-tree-vertical-order-traversal
0779-max-chunks-to-make-sorted-ii

Linked List

0086-partition-list
0141-linked-list-cycle
0237-delete-node-in-a-linked-list
0328-odd-even-linked-list

Stack

0779-max-chunks-to-make-sorted-ii
1909-buildings-with-an-ocean-view

Monotonic Stack

0779-max-chunks-to-make-sorted-ii
1909-buildings-with-an-ocean-view

Prefix Sum

0878-shifting-letters

Matrix

0073-set-matrix-zeroes

Enumeration

2442-number-of-arithmetic-triplets

Heap (Priority Queue)

0373-find-k-pairs-with-smallest-sums

Tree

0314-binary-tree-vertical-order-traversal

Depth-First Search

0314-binary-tree-vertical-order-traversal

Breadth-First Search

0314-binary-tree-vertical-order-traversal

Binary Tree

0314-binary-tree-vertical-order-traversal

LeetCode Topics

Hash Table

0001-two-sum
0003-longest-substring-without-repeating-characters
0017-letter-combinations-of-a-phone-number
0217-contains-duplicate
0347-top-k-frequent-elements
0797-rabbits-in-forest
2406-decode-the-message

String

0003-longest-substring-without-repeating-characters
0017-letter-combinations-of-a-phone-number
2406-decode-the-message

Backtracking

0017-letter-combinations-of-a-phone-number
0078-subsets

Array

0001-two-sum
0078-subsets
0121-best-time-to-buy-and-sell-stock
0200-number-of-islands
0217-contains-duplicate
0283-move-zeroes
0347-top-k-frequent-elements
0797-rabbits-in-forest

Depth-First Search

0110-balanced-binary-tree
0200-number-of-islands
0744-network-delay-time
0871-keys-and-rooms

Breadth-First Search

0200-number-of-islands
0744-network-delay-time
0871-keys-and-rooms

Union Find

0200-number-of-islands

Matrix

0200-number-of-islands

Divide and Conquer

0347-top-k-frequent-elements

Sorting

0217-contains-duplicate
0347-top-k-frequent-elements

Heap (Priority Queue)

0347-top-k-frequent-elements
0744-network-delay-time

Bucket Sort

0347-top-k-frequent-elements

Counting

0347-top-k-frequent-elements

Quickselect

0347-top-k-frequent-elements

Two Pointers

0283-move-zeroes

Tree

0110-balanced-binary-tree

Binary Tree

0110-balanced-binary-tree

Design

0969-number-of-recent-calls

Queue

0969-number-of-recent-calls

Data Stream

0969-number-of-recent-calls

Database

0182-duplicate-emails

Graph

0744-network-delay-time
0871-keys-and-rooms

Math

0070-climbing-stairs
0797-rabbits-in-forest
2645-pass-the-pillow

Simulation

2645-pass-the-pillow

Shortest Path

0744-network-delay-time

Greedy

0797-rabbits-in-forest

Dynamic Programming

0070-climbing-stairs
0121-best-time-to-buy-and-sell-stock

Memoization

0070-climbing-stairs

Bit Manipulation

0078-subsets

Sliding Window

0003-longest-substring-without-repeating-characters

About

nothing comes from nothing

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages