Skip to content

soni-ratnesh/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

LeetCode Topics

Array

0011-container-with-most-water
0075-sort-colors
0209-minimum-size-subarray-sum
0283-move-zeroes
0605-can-place-flowers
0724-find-pivot-index
0735-asteroid-collision
0739-daily-temperatures
1528-kids-with-the-greatest-number-of-candies
1833-find-the-highest-altitude

Two Pointers

0011-container-with-most-water
0075-sort-colors
0283-move-zeroes
0345-reverse-vowels-of-a-string
0392-is-subsequence

Sorting

0075-sort-colors
1777-determine-if-two-strings-are-close

String

0020-valid-parentheses
0345-reverse-vowels-of-a-string
0392-is-subsequence
1078-remove-outermost-parentheses
1146-greatest-common-divisor-of-strings
1567-maximum-number-of-vowels-in-a-substring-of-given-length
1777-determine-if-two-strings-are-close
2470-removing-stars-from-a-string

Stack

0020-valid-parentheses
0735-asteroid-collision
0739-daily-temperatures
0937-online-stock-span
1078-remove-outermost-parentheses
2470-removing-stars-from-a-string

Design

0937-online-stock-span
0969-number-of-recent-calls

Monotonic Stack

0739-daily-temperatures
0937-online-stock-span

Data Stream

0937-online-stock-span
0969-number-of-recent-calls

Binary Search

0209-minimum-size-subarray-sum

Sliding Window

0209-minimum-size-subarray-sum
1567-maximum-number-of-vowels-in-a-substring-of-given-length

Prefix Sum

0209-minimum-size-subarray-sum
0724-find-pivot-index
1833-find-the-highest-altitude

Greedy

0011-container-with-most-water
0605-can-place-flowers

Math

1146-greatest-common-divisor-of-strings

Simulation

0735-asteroid-collision
2470-removing-stars-from-a-string

Queue

0969-number-of-recent-calls

Dynamic Programming

0392-is-subsequence

Hash Table

1777-determine-if-two-strings-are-close

Counting

1777-determine-if-two-strings-are-close

Tree

0104-maximum-depth-of-binary-tree

Depth-First Search

0104-maximum-depth-of-binary-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree

Binary Tree

0104-maximum-depth-of-binary-tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages