Skip to content

ADITYAGABA1322/Daily-LeetCode-Challenge-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Daily-LeetCode-Challenge-Solution πŸ‘€

MasterHead

Hi Everyone. It's me Aditya and Here I'm providing you Daily LeetCode Challenge Solution with a full Explanation(Line to Line)

In Nine Languages:

C++🫢 && JAVA && Python && Python3 && C && C# && JavaScript && Swift && Dart πŸ”₯

LeetCode Topics

Greedy

2379-maximum-total-importance-of-roads

Graph

1431-all-ancestors-of-a-node-in-a-directed-acyclic-graph
1701-remove-max-number-of-edges-to-keep-graph-fully-traversable
2379-maximum-total-importance-of-roads
3271-count-the-number-of-houses-at-a-certain-distance-i

Sorting

2379-maximum-total-importance-of-roads

Heap (Priority Queue)

2379-maximum-total-importance-of-roads

Breadth-First Search

1431-all-ancestors-of-a-node-in-a-directed-acyclic-graph
3271-count-the-number-of-houses-at-a-certain-distance-i

Prefix Sum

3271-count-the-number-of-houses-at-a-certain-distance-i

Depth-First Search

1431-all-ancestors-of-a-node-in-a-directed-acyclic-graph

Topological Sort

1431-all-ancestors-of-a-node-in-a-directed-acyclic-graph

Two Pointers

0005-longest-palindromic-substring
0042-trapping-rain-water
0647-palindromic-substrings

String

0005-longest-palindromic-substring
0214-shortest-palindrome
0516-longest-palindromic-subsequence
0647-palindromic-substrings

Dynamic Programming

0005-longest-palindromic-substring
0042-trapping-rain-water
0516-longest-palindromic-subsequence
0647-palindromic-substrings

Rolling Hash

0214-shortest-palindrome

String Matching

0214-shortest-palindrome

Hash Function

0214-shortest-palindrome

Union Find

1701-remove-max-number-of-edges-to-keep-graph-fully-traversable

Array

0042-trapping-rain-water
0307-range-sum-query-mutable

Design

0307-range-sum-query-mutable

Binary Indexed Tree

0307-range-sum-query-mutable

Segment Tree

0307-range-sum-query-mutable

Stack

0042-trapping-rain-water

Monotonic Stack

0042-trapping-rain-water