Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of LeetCode question

LeetCode Topics

Array

0033-search-in-rotated-sorted-array
0035-search-insert-position
0041-first-missing-positive
0053-maximum-subarray
0078-subsets
0088-merge-sorted-array
0136-single-number
0153-find-minimum-in-rotated-sorted-array
0162-find-peak-element
0268-missing-number
0283-move-zeroes
0560-subarray-sum-equals-k
0704-binary-search
0724-find-pivot-index
0977-squares-of-a-sorted-array
1365-how-many-numbers-are-smaller-than-the-current-number

Hash Table

0041-first-missing-positive
0268-missing-number
0560-subarray-sum-equals-k
1365-how-many-numbers-are-smaller-than-the-current-number

Sorting

0088-merge-sorted-array
0268-missing-number
0977-squares-of-a-sorted-array
1365-how-many-numbers-are-smaller-than-the-current-number

Counting Sort

1365-how-many-numbers-are-smaller-than-the-current-number

Divide and Conquer

0053-maximum-subarray
0191-number-of-1-bits

Dynamic Programming

0053-maximum-subarray

Prefix Sum

0560-subarray-sum-equals-k
0724-find-pivot-index

Two Pointers

0088-merge-sorted-array
0283-move-zeroes
0977-squares-of-a-sorted-array

Math

0029-divide-two-integers
0231-power-of-two
0268-missing-number
0342-power-of-four
0371-sum-of-two-integers

Binary Search

0033-search-in-rotated-sorted-array
0035-search-insert-position
0153-find-minimum-in-rotated-sorted-array
0162-find-peak-element
0268-missing-number
0704-binary-search

Bit Manipulation

0029-divide-two-integers
0078-subsets
0136-single-number
0191-number-of-1-bits
0231-power-of-two
0268-missing-number
0342-power-of-four
0371-sum-of-two-integers
0461-hamming-distance

Recursion

0231-power-of-two
0342-power-of-four

Backtracking

0078-subsets

About

linking my leetcode with github

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages