Skip to content

amansaroj9616/leetCode

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

Array

0026-remove-duplicates-from-sorted-array
0042-trapping-rain-water
0121-best-time-to-buy-and-sell-stock
0200-number-of-islands
0322-coin-change
0455-assign-cookies
0518-coin-change-ii
0733-flood-fill
1036-rotting-oranges
1834-minimum-number-of-people-to-teach
1878-check-if-array-is-sorted-and-rotated
3704-count-partitions-with-even-sum-difference

Two Pointers

0026-remove-duplicates-from-sorted-array
0042-trapping-rain-water
0455-assign-cookies

Greedy

0455-assign-cookies
1834-minimum-number-of-people-to-teach

Sorting

0455-assign-cookies

Math

0007-reverse-integer
0009-palindrome-number
3462-vowels-game-in-a-string
3704-count-partitions-with-even-sum-difference

Prefix Sum

3704-count-partitions-with-even-sum-difference

Dynamic Programming

0022-generate-parentheses
0042-trapping-rain-water
0072-edit-distance
0115-distinct-subsequences
0121-best-time-to-buy-and-sell-stock
0322-coin-change
0518-coin-change-ii
0583-delete-operation-for-two-strings
1250-longest-common-subsequence
1986-largest-color-value-in-a-directed-graph

Breadth-First Search

0200-number-of-islands
0207-course-schedule
0210-course-schedule-ii
0322-coin-change
0733-flood-fill
0820-find-eventual-safe-states
1036-rotting-oranges
2439-longest-cycle-in-a-graph

Depth-First Search

0200-number-of-islands
0207-course-schedule
0210-course-schedule-ii
0733-flood-fill
0820-find-eventual-safe-states
2439-longest-cycle-in-a-graph

Graph

0207-course-schedule
0210-course-schedule-ii
0820-find-eventual-safe-states
1986-largest-color-value-in-a-directed-graph
2439-longest-cycle-in-a-graph

Topological Sort

0207-course-schedule
0210-course-schedule-ii
0820-find-eventual-safe-states
1986-largest-color-value-in-a-directed-graph
2439-longest-cycle-in-a-graph

Stack

0042-trapping-rain-water

Monotonic Stack

0042-trapping-rain-water

Hash Table

1834-minimum-number-of-people-to-teach
1986-largest-color-value-in-a-directed-graph

Memoization

1986-largest-color-value-in-a-directed-graph

Counting

1986-largest-color-value-in-a-directed-graph

Matrix

0200-number-of-islands
0733-flood-fill
1036-rotting-oranges

String

0022-generate-parentheses
0072-edit-distance
0115-distinct-subsequences
0583-delete-operation-for-two-strings
1250-longest-common-subsequence
3462-vowels-game-in-a-string

Backtracking

0022-generate-parentheses

Brainteaser

3462-vowels-game-in-a-string

Game Theory

3462-vowels-game-in-a-string

Union Find

0200-number-of-islands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages