Skip to content

Shrutikabansal/DataStructureandAlgoritms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructureandAlgoritms

LeetCode Topics

Array

0001-two-sum
0011-container-with-most-water
0033-search-in-rotated-sorted-array
0045-jump-game-ii
0048-rotate-image
0054-spiral-matrix
0055-jump-game
0063-unique-paths-ii
0073-set-matrix-zeroes
0079-word-search
0121-best-time-to-buy-and-sell-stock
0128-longest-consecutive-sequence
0152-maximum-product-subarray
0153-find-minimum-in-rotated-sorted-array
0198-house-robber
0200-number-of-islands
0213-house-robber-ii
0217-contains-duplicate
0238-product-of-array-except-self
0300-longest-increasing-subsequence
0377-combination-sum-iv

Hash Table

0001-two-sum
0073-set-matrix-zeroes
0128-longest-consecutive-sequence
0217-contains-duplicate

Dynamic Programming

0045-jump-game-ii
0055-jump-game
0062-unique-paths
0063-unique-paths-ii
0070-climbing-stairs
0091-decode-ways
0121-best-time-to-buy-and-sell-stock
0152-maximum-product-subarray
0198-house-robber
0213-house-robber-ii
0300-longest-increasing-subsequence
0377-combination-sum-iv
1250-longest-common-subsequence

Sorting

0217-contains-duplicate

Prefix Sum

0238-product-of-array-except-self

Two Pointers

0011-container-with-most-water

Greedy

0011-container-with-most-water
0045-jump-game-ii
0055-jump-game

Binary Search

0033-search-in-rotated-sorted-array
0153-find-minimum-in-rotated-sorted-array
0300-longest-increasing-subsequence

Math

0048-rotate-image
0062-unique-paths
0070-climbing-stairs

Memoization

0070-climbing-stairs

String

0079-word-search
0091-decode-ways
1250-longest-common-subsequence

Combinatorics

0062-unique-paths

Matrix

0048-rotate-image
0054-spiral-matrix
0063-unique-paths-ii
0073-set-matrix-zeroes
0079-word-search
0200-number-of-islands

Simulation

0054-spiral-matrix

Backtracking

0079-word-search

Depth-First Search

0200-number-of-islands

Breadth-First Search

0200-number-of-islands

Union Find

0128-longest-consecutive-sequence
0200-number-of-islands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published