https://leetcode.com/problems/find-all-people-with-secret/description/
Who knows
Who knows
0
and firstPerson
's secret after group meetings at times: [personA, personB, time]
.ð2
https://leetcode.com/problems/greatest-common-divisor-traversal/description/
Are all numbers connected through
Are all numbers connected through
gcd
?ð2
https://leetcode.com/problems/diameter-of-binary-tree/description/
Max distance between any nodes in binary tree.
Max distance between any nodes in binary tree.
ð3
https://leetcode.com/problems/find-bottom-left-tree-value/description/
Leftmost node value of the last level of the Binary Tree.
Leftmost node value of the last level of the Binary Tree.
ð3
https://leetcode.com/problems/even-odd-tree/description/
Binary tree levels are odd increasing and even decreasing.
Binary tree levels are odd increasing and even decreasing.
ð3
This media is not supported in your browser
VIEW IN TELEGRAM
still not to late to celebrate
ðĨ3ð1
https://leetcode.com/problems/maximum-odd-binary-number/description/
Max odd number string rearrangement.
Max odd number string rearrangement.
ð2
https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/
Remove `n`th node from the tail of linked list. #medium
Remove `n`th node from the tail of linked list. #medium
ð4
https://leetcode.com/problems/bag-of-tokens/description/
Max
Max
score
converting power
to token[i]
and token[i]
to score
. #mediumð3
https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends/description/
Min length after trimming matching prefix-suffix several times. #medium
Min length after trimming matching prefix-suffix several times. #medium
ð2
https://leetcode.com/problems/count-elements-with-maximum-frequency/description/
Count of max-freq nums #easy
Count of max-freq nums #easy
ð4
https://leetcode.com/problems/minimum-common-value/description/
First common number in two sorted arrays #easy
First common number in two sorted arrays #easy
ð4
https://leetcode.com/problems/intersection-of-two-arrays/description/
Intersection of two nums arrays #easy
Intersection of two nums arrays #easy
ð3
https://leetcode.com/problems/custom-sort-string/description/
Construct string from
Construct string from
s
using order
#mediumð2
https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list/description/
Remove consequent 0-sum items from a LinkedList #medium
Remove consequent 0-sum items from a LinkedList #medium
ð2
https://leetcode.com/problems/find-the-pivot-integer/description/
Pivot of
Pivot of
1..n
where sum[1..p] == sum[p..n]
. #easyð3