Skip to content

shinjuno123/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm

Algorithm

LeetCode Topics

Array

0001-two-sum
0011-container-with-most-water
0015-3sum
0033-search-in-rotated-sorted-array
0042-trapping-rain-water
0053-maximum-subarray
0057-insert-interval
0121-best-time-to-buy-and-sell-stock
0152-maximum-product-subarray
0153-find-minimum-in-rotated-sorted-array
0169-majority-element
0217-contains-duplicate
0238-product-of-array-except-self
0287-find-the-duplicate-number

Prefix Sum

0238-product-of-array-except-self

Two Pointers

0011-container-with-most-water
0015-3sum
0042-trapping-rain-water
0287-find-the-duplicate-number
0874-backspace-string-compare
0908-middle-of-the-linked-list

Binary Search

0033-search-in-rotated-sorted-array
0153-find-minimum-in-rotated-sorted-array
0287-find-the-duplicate-number

Bit Manipulation

0067-add-binary
0287-find-the-duplicate-number
0338-counting-bits

Dynamic Programming

0042-trapping-rain-water
0053-maximum-subarray
0070-climbing-stairs
0121-best-time-to-buy-and-sell-stock
0152-maximum-product-subarray
0338-counting-bits

Hash Table

0001-two-sum
0013-roman-to-integer
0169-majority-element
0217-contains-duplicate
0383-ransom-note
0409-longest-palindrome

Divide and Conquer

0053-maximum-subarray
0169-majority-element

Sorting

0015-3sum
0169-majority-element
0217-contains-duplicate

Greedy

0011-container-with-most-water
0409-longest-palindrome

Math

0013-roman-to-integer
0067-add-binary
0070-climbing-stairs
0172-factorial-trailing-zeroes

Stack

0042-trapping-rain-water
0874-backspace-string-compare

Monotonic Stack

0042-trapping-rain-water

String

0013-roman-to-integer
0067-add-binary
0383-ransom-note
0409-longest-palindrome
0874-backspace-string-compare

Counting

0169-majority-element
0383-ransom-note

Memoization

0070-climbing-stairs

Linked List

0206-reverse-linked-list
0908-middle-of-the-linked-list

Recursion

0206-reverse-linked-list

Simulation

0067-add-binary
0874-backspace-string-compare

Tree

0104-maximum-depth-of-binary-tree
0543-diameter-of-binary-tree

Depth-First Search

0104-maximum-depth-of-binary-tree
0543-diameter-of-binary-tree

Binary Tree

0104-maximum-depth-of-binary-tree
0543-diameter-of-binary-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree

About

Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published