Triple digit even numbers from digits #easy #backtrack
https://leetcode.com/problems/finding-3-digit-even-numbers/description
https://leetcode.com/problems/finding-3-digit-even-numbers/description
👍2
String length after t shifts c=c+1,
https://leetcode.com/problems/total-characters-in-string-after-transformations-i/description
z
=ab
#medium #dphttps://leetcode.com/problems/total-characters-in-string-after-transformations-i/description
👍2
t
steps to convert char into next nums[c] chars #hard #dp #mathhttps://leetcode.com/problems/total-characters-in-string-after-transformations-ii/description
👍2
https://leetcode.com/problems/longest-unequal-adjacent-groups-subsequence-i/description
Longest subsequence alterating g #easy #gready
Longest subsequence alterating g #easy #gready
👍2🔥1
https://leetcode.com/problems/longest-unequal-adjacent-groups-subsequence-ii/description
Longest subsequence humming distance 1, alterating groups #medium #dp
Longest subsequence humming distance 1, alterating groups #medium #dp
👍2
https://leetcode.com/problems/painting-a-grid-with-three-different-colors/description
Ways to 3-color m*n grid, no adjucents #hard #dp #matrix
Ways to 3-color m*n grid, no adjucents #hard #dp #matrix
👍3
https://leetcode.com/problems/zero-array-transformation-i/description/
Can intersecting intervals decrease an array #medium #line_sweep
Can intersecting intervals decrease an array #medium #line_sweep
👍2
https://leetcode.com/problems/zero-array-transformation-iii/description
Max removed queries still zero-fy an array #medium #heap
Max removed queries still zero-fy an array #medium #heap
👍2
https://leetcode.com/problems/find-the-maximum-sum-of-node-values/description/
Max sum by k-xoring edges #hard #tree #dp
Max sum by k-xoring edges #hard #tree #dp
👍2
https://leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words/description/
2131. Longest Palindrome by Concatenating Two Letter Words
2131. Longest Palindrome by Concatenating Two Letter Words
👍2
https://leetcode.com/problems/largest-color-value-in-a-directed-graph/description/
Max color freq path #hard #dp #toposort
Max color freq path #hard #dp #toposort
👍2🔥1
https://leetcode.com/problems/divisible-and-non-divisible-sums-difference/description/
Sum non-divisible minus sum divisible #easy #math
Sum non-divisible minus sum divisible #easy #math
👍2
https://leetcode.com/problems/maximize-the-number-of-target-nodes-after-connecting-trees-i/description/
Max k-reacheable nodes of merged trees #medium #dfs
Max k-reacheable nodes of merged trees #medium #dfs
👍2
Max even-edged siblings after merging trees #hard #graph
https://leetcode.com/problems/maximize-the-number-of-target-nodes-after-connecting-trees-ii/description
https://leetcode.com/problems/maximize-the-number-of-target-nodes-after-connecting-trees-ii/description
👍1
https://leetcode.com/problems/find-closest-node-to-given-two-nodes/description
Closest common node #medium #bfs
Closest common node #medium #bfs
👍3
https://leetcode.com/problems/snakes-and-ladders/description/
Shortest path bottom-top in zig-zag matrix with jumps #medium #bfs
Shortest path bottom-top in zig-zag matrix with jumps #medium #bfs
👍1🔥1
https://leetcode.com/problems/distribute-candies-among-children-ii/description/
Ways to give
Ways to give
limited
from n
candies to 3 kids #medium #math #combinations👍1