Skip to content

ranjithkumars001/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

Problem Solving

LeetCode Topics

Array

0027-remove-element
0643-maximum-average-subarray-i
0794-swim-in-rising-water
1353-find-resultant-array-after-removing-anagrams
1612-avoid-flood-in-the-city
2392-successful-pairs-of-spells-and-potions
3383-taking-maximum-energy-from-the-mystic-dungeon
3437-maximum-total-damage-with-spell-casting
3794-find-the-minimum-amount-of-time-to-brew-potions
3851-find-sum-of-array-product-of-magical-sequences

Binary Search

0794-swim-in-rising-water
1612-avoid-flood-in-the-city
2392-successful-pairs-of-spells-and-potions
3437-maximum-total-damage-with-spell-casting

Depth-First Search

0794-swim-in-rising-water

Breadth-First Search

0794-swim-in-rising-water

Union Find

0794-swim-in-rising-water

Heap (Priority Queue)

0794-swim-in-rising-water
1612-avoid-flood-in-the-city

Matrix

0794-swim-in-rising-water

Sliding Window

0643-maximum-average-subarray-i

Two Pointers

0027-remove-element
2392-successful-pairs-of-spells-and-potions
3437-maximum-total-damage-with-spell-casting

Hash Table

1353-find-resultant-array-after-removing-anagrams
1612-avoid-flood-in-the-city
3437-maximum-total-damage-with-spell-casting

Greedy

1612-avoid-flood-in-the-city

Sorting

1353-find-resultant-array-after-removing-anagrams
2392-successful-pairs-of-spells-and-potions
3437-maximum-total-damage-with-spell-casting

Simulation

3794-find-the-minimum-amount-of-time-to-brew-potions

Prefix Sum

3383-taking-maximum-energy-from-the-mystic-dungeon
3794-find-the-minimum-amount-of-time-to-brew-potions

Dynamic Programming

3437-maximum-total-damage-with-spell-casting
3851-find-sum-of-array-product-of-magical-sequences

Counting

3437-maximum-total-damage-with-spell-casting

Math

3851-find-sum-of-array-product-of-magical-sequences

Bit Manipulation

3851-find-sum-of-array-product-of-magical-sequences

Combinatorics

3851-find-sum-of-array-product-of-magical-sequences

Bitmask

3851-find-sum-of-array-product-of-magical-sequences

String

1353-find-resultant-array-after-removing-anagrams

About

Problem Solving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages