Skip to content

silky-modi22/DSA-Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA-Leetcode(Striver AtoZ Sheet)

Collection of LeetCode questions to ace the coding interview! Here I provide the solution of Striver's AtoZ sheet

Array

1408-find-the-smallest-divisor-given-a-threshold
1605-minimum-number-of-days-to-make-m-bouquets

Binary Search

1408-find-the-smallest-divisor-given-a-threshold
1605-minimum-number-of-days-to-make-m-bouquets

Math

2032-largest-odd-number-in-string

String

2032-largest-odd-number-in-string

Greedy

2032-largest-odd-number-in-string

LeetCode Topics

Array

0026-remove-duplicates-from-sorted-array
0042-trapping-rain-water
0053-maximum-subarray
0074-search-a-2d-matrix
0078-subsets
0085-maximal-rectangle
0136-single-number
0162-find-peak-element
0189-rotate-array
0217-contains-duplicate
0239-sliding-window-maximum
0240-search-a-2d-matrix-ii
0268-missing-number
0283-move-zeroes
0485-max-consecutive-ones
0496-next-greater-element-i
0503-next-greater-element-ii
0735-asteroid-collision
0943-sum-of-subarray-minimums
2227-sum-of-subarray-ranges

Binary Search

0074-search-a-2d-matrix
0162-find-peak-element
0240-search-a-2d-matrix-ii
0268-missing-number

Matrix

0074-search-a-2d-matrix
0085-maximal-rectangle
0240-search-a-2d-matrix-ii

Divide and Conquer

0053-maximum-subarray
0240-search-a-2d-matrix-ii

Two Pointers

0026-remove-duplicates-from-sorted-array
0042-trapping-rain-water
0151-reverse-words-in-a-string
0189-rotate-array
0283-move-zeroes
0557-reverse-words-in-a-string-iii

String

0008-string-to-integer-atoi
0013-roman-to-integer
0014-longest-common-prefix
0151-reverse-words-in-a-string
0205-isomorphic-strings
0242-valid-anagram
0402-remove-k-digits
0451-sort-characters-by-frequency
0557-reverse-words-in-a-string-iii
1078-remove-outermost-parentheses
1737-maximum-nesting-depth-of-the-parentheses

Hash Table

0013-roman-to-integer
0205-isomorphic-strings
0217-contains-duplicate
0242-valid-anagram
0268-missing-number
0451-sort-characters-by-frequency
0496-next-greater-element-i

Sorting

0217-contains-duplicate
0242-valid-anagram
0268-missing-number
0451-sort-characters-by-frequency

Linked List

0206-reverse-linked-list
0237-delete-node-in-a-linked-list

Recursion

0050-powx-n
0206-reverse-linked-list
0231-power-of-two
2050-count-good-numbers

Stack

0042-trapping-rain-water
0085-maximal-rectangle
0225-implement-stack-using-queues
0402-remove-k-digits
0496-next-greater-element-i
0503-next-greater-element-ii
0735-asteroid-collision
0937-online-stock-span
0943-sum-of-subarray-minimums
1078-remove-outermost-parentheses
1737-maximum-nesting-depth-of-the-parentheses
2227-sum-of-subarray-ranges

Monotonic Stack

0042-trapping-rain-water
0085-maximal-rectangle
0402-remove-k-digits
0496-next-greater-element-i
0503-next-greater-element-ii
0937-online-stock-span
0943-sum-of-subarray-minimums
2227-sum-of-subarray-ranges

Dynamic Programming

0042-trapping-rain-water
0053-maximum-subarray
0085-maximal-rectangle
0943-sum-of-subarray-minimums

Simulation

0735-asteroid-collision

Greedy

0402-remove-k-digits

Math

0007-reverse-integer
0009-palindrome-number
0013-roman-to-integer
0029-divide-two-integers
0050-powx-n
0189-rotate-array
0231-power-of-two
0268-missing-number
2050-count-good-numbers

Bit Manipulation

0029-divide-two-integers
0078-subsets
0136-single-number
0231-power-of-two
0268-missing-number
2323-minimum-bit-flips-to-convert-number

Backtracking

0078-subsets

Queue

0225-implement-stack-using-queues
0239-sliding-window-maximum

Sliding Window

0239-sliding-window-maximum

Heap (Priority Queue)

0239-sliding-window-maximum
0451-sort-characters-by-frequency

Monotonic Queue

0239-sliding-window-maximum

Design

0225-implement-stack-using-queues
0937-online-stock-span

Data Stream

0937-online-stock-span

Trie

0014-longest-common-prefix

Bucket Sort

0451-sort-characters-by-frequency

Counting

0451-sort-characters-by-frequency

About

Collection of LeetCode questions to ace the coding interview!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages