Skip to content

ishap11/Striver_DSA_Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub v2

LeetCode Topics

Database

0175-combine-two-tables
0197-rising-temperature
0596-classes-more-than-5-students
0619-biggest-single-number
0620-not-boring-movies
1135-customers-who-bought-all-products
1161-project-employees-i
1390-average-selling-price
1670-patients-with-a-condition
1811-fix-names-in-a-table
1877-find-followers-count
2057-count-salary-categories
2495-number-of-unique-subjects-taught-by-each-teacher

Array

0011-container-with-most-water
0051-n-queens
0078-subsets
0079-word-search
0239-sliding-window-maximum
0948-sort-an-array
1002-maximum-width-ramp
1331-path-with-maximum-gold
1556-make-two-arrays-equal-by-reversing-subarrays
1951-find-the-winner-of-the-circular-game
2163-kth-distinct-string-in-an-array
2727-number-of-senior-citizens
3501-delete-nodes-from-linked-list-present-in-array

Queue

0239-sliding-window-maximum
1951-find-the-winner-of-the-circular-game

Sliding Window

0239-sliding-window-maximum

Heap (Priority Queue)

0239-sliding-window-maximum
0948-sort-an-array

Monotonic Queue

0239-sliding-window-maximum

Linked List

2299-merge-nodes-in-between-zeros
2573-remove-nodes-from-linked-list
2903-insert-greatest-common-divisors-in-linked-list
3501-delete-nodes-from-linked-list-present-in-array

Simulation

1951-find-the-winner-of-the-circular-game
2299-merge-nodes-in-between-zeros

Two Pointers

0011-container-with-most-water

Greedy

0011-container-with-most-water

Tree

0102-binary-tree-level-order-traversal

Breadth-First Search

0102-binary-tree-level-order-traversal

Binary Tree

0102-binary-tree-level-order-traversal

Hash Table

0017-letter-combinations-of-a-phone-number
1556-make-two-arrays-equal-by-reversing-subarrays
2163-kth-distinct-string-in-an-array
3501-delete-nodes-from-linked-list-present-in-array

Divide and Conquer

0948-sort-an-array

Sorting

0948-sort-an-array
1556-make-two-arrays-equal-by-reversing-subarrays

Merge Sort

0948-sort-an-array

Bucket Sort

0948-sort-an-array

Radix Sort

0948-sort-an-array

Counting Sort

0948-sort-an-array
2163-kth-distinct-string-in-an-array

Math

0050-powx-n
1951-find-the-winner-of-the-circular-game
2050-count-good-numbers
2903-insert-greatest-common-divisors-in-linked-list

Number Theory

2903-insert-greatest-common-divisors-in-linked-list

String

0017-letter-combinations-of-a-phone-number
0079-word-search
2163-kth-distinct-string-in-an-array
2727-number-of-senior-citizens

Stack

1002-maximum-width-ramp
2573-remove-nodes-from-linked-list

Recursion

0050-powx-n
1951-find-the-winner-of-the-circular-game
2050-count-good-numbers
2573-remove-nodes-from-linked-list

Monotonic Stack

1002-maximum-width-ramp
2573-remove-nodes-from-linked-list

Backtracking

0017-letter-combinations-of-a-phone-number
0051-n-queens
0052-n-queens-ii
0078-subsets
0079-word-search
1331-path-with-maximum-gold

Bit Manipulation

0078-subsets

Matrix

0079-word-search
1331-path-with-maximum-gold

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages