https://leetcode.com/problems/find-the-closest-palindrome/description/
Closest palindrome number #hard #math
Closest palindrome number #hard #math
👍3
https://leetcode.com/problems/binary-tree-postorder-traversal/description/
Postorder tree traversal #easy #binary_tree
Postorder tree traversal #easy #binary_tree
👍2
https://leetcode.com/problems/n-ary-tree-postorder-traversal/description/
Postorder tree traversal #easy #tree
Postorder tree traversal #easy #tree
👍2
https://leetcode.com/problems/path-with-maximum-probability/description/
Max path in a weighted graph #medium #graph
Max path in a weighted graph #medium #graph
👍2
https://leetcode.com/problems/count-sub-islands/description/
Count islands intersecting in both 2D grids #medium #dfs
Count islands intersecting in both 2D grids #medium #dfs
👍2
https://leetcode.com/problems/most-stones-removed-with-same-row-or-column/description/
Count islands of intersecting x and y #medium #union-find
Count islands of intersecting x and y #medium #union-find
👍2
https://leetcode.com/problems/modify-graph-edge-weights/description/
Assign vacant
Assign vacant
-1
weight in graph to make shorted path equal target
#hard #graph👍2
https://leetcode.com/problems/path-with-maximum-probability/description/
Max path in graph #medium #graph
Max path in graph #medium #graph
👍2
https://leetcode.com/problems/find-the-student-that-will-replace-the-chalk/description/
Position of a
Position of a
k
sum in a cyclic array #medium👍3
https://leetcode.com/problems/sum-of-digits-of-string-after-convert/description/
Sum of number chars
Sum of number chars
k
times #easy #simulation👍3
https://leetcode.com/problems/walking-robot-simulation/description/
Max distance after robot moves simulation #medium #simulation
Max distance after robot moves simulation #medium #simulation
👍2
https://leetcode.com/problems/find-missing-observations/description/
Find
Find
n
numbers to make [n m]/(n+m)=mean
#medium #math👍2
https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array/description/
Remove
Remove
nums
from a Linked List #medium #linked_list👍2
https://leetcode.com/problems/linked-list-in-binary-tree/description/
Is the LinkedList in the BinaryTree? #medium #linked_list #tree
Is the LinkedList in the BinaryTree? #medium #linked_list #tree
👍2
https://leetcode.com/problems/split-linked-list-in-parts/description/
Split LinkedList into
Split LinkedList into
k
parts #medium #linked_list👍2
https://leetcode.com/problems/spiral-matrix-iv/description/
LinkedList to spiral 2D matrix #medium #linked_list #simulation
LinkedList to spiral 2D matrix #medium #linked_list #simulation
👍2
https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list/description/
Insert
Insert
gcd
in-between LinkedList nodes #medium #linked_list #math👍3
https://leetcode.com/problems/minimum-bit-flips-to-convert-number/description/
Bit diff between two numbers #easy #bit_manipulation
Bit diff between two numbers #easy #bit_manipulation
👍2
https://leetcode.com/problems/count-the-number-of-consistent-strings/description/
Count words with
Count words with
allowed
characters #easy👍2