Skip to content

Latest commit

 

History

128 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My_Leetcode_Solutions

Solution to all the problems I have solved on Leetcode

LeetCode Topics

String

0003-longest-substring-without-repeating-characters
0005-longest-palindromic-substring
0006-zigzag-conversion
0020-valid-parentheses
0316-remove-duplicate-letters
0394-decode-string
0412-fizz-buzz
1047-remove-all-adjacent-duplicates-in-string

Stack

0020-valid-parentheses
0316-remove-duplicate-letters
0394-decode-string
0682-baseball-game
1047-remove-all-adjacent-duplicates-in-string
1475-final-prices-with-a-special-discount-in-a-shop

Bracket Sequences

0020-valid-parentheses

Array

0011-container-with-most-water
0015-3sum
0073-set-matrix-zeroes
0169-majority-element
0229-majority-element-ii
0682-baseball-game
1351-count-negative-numbers-in-a-sorted-matrix
1423-maximum-points-you-can-obtain-from-cards
1475-final-prices-with-a-special-discount-in-a-shop
3936-minimum-swaps-to-move-zeros-to-end

Simulation

0258-add-digits
0412-fizz-buzz
0682-baseball-game

Greedy

0011-container-with-most-water
0316-remove-duplicate-letters

Monotonic Stack

0316-remove-duplicate-letters
1475-final-prices-with-a-special-discount-in-a-shop

Two Pointers

0005-longest-palindromic-substring
0011-container-with-most-water
0015-3sum
3936-minimum-swaps-to-move-zeros-to-end

Hash Table

0003-longest-substring-without-repeating-characters
0073-set-matrix-zeroes
0169-majority-element
0229-majority-element-ii

Matrix

0073-set-matrix-zeroes
1351-count-negative-numbers-in-a-sorted-matrix

Divide and Conquer

0169-majority-element

Sorting

0015-3sum
0169-majority-element
0229-majority-element-ii

Counting

0169-majority-element
0229-majority-element-ii

Boyer–Moore Majority Vote Algorithm

0169-majority-element
0229-majority-element-ii

Linked List

0002-add-two-numbers
0707-design-linked-list

Math

0002-add-two-numbers
0258-add-digits
0412-fizz-buzz

Recursion

0002-add-two-numbers
0394-decode-string

Design

0707-design-linked-list

Binary Search

1351-count-negative-numbers-in-a-sorted-matrix

Sliding Window

0003-longest-substring-without-repeating-characters
1423-maximum-points-you-can-obtain-from-cards

Dynamic Programming

0005-longest-palindromic-substring

Manacher

0005-longest-palindromic-substring

Number Theory

0258-add-digits

Prefix Sum

1423-maximum-points-you-can-obtain-from-cards

About

Solution to all the problems I have solved on Leetcode

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages