3319. K-th Largest Perfect Subtree Size in Binary Tree
3319. K-th Largest Perfect Subtree Size in Binary Tree
Description
You are given the root
of a binary tree and an integer k
.
3319. K-th Largest Perfect Subtree Size in Binary Tree
You are given the root
of a binary tree and an integer k
.
3317. Find the Number of Possible Ways for an Event
You are given three integers n
, x
, and y
.
3316. Find Maximum Removals From Source String
You are given a string source
of size n
, a string pattern
that is a subsequence of source
, and a sorted integer array targetIndices
that contains distinct numbers in the range [0, n - 1]
.
3315. Construct the Minimum Bitwise Array II
You are given an array nums
consisting of n
prime integers.
3311. Construct 2D Grid Matching Graph Layout
You are given a 2D integer array edges
representing an undirected graph having n
nodes, where edges[i] = [ui, vi] denotes an edge between nodes ui and vi.
3310. Remove Methods From Project
You are maintaining a project that has n
methods numbered from 0
to n - 1
.
3309. Maximum Possible Number by Binary Concatenation
You are given an array of integers nums
of size 3.
3307. Find the K-th Character in String Game II
Alice and Bob are playing a game. Initially, Alice has a string word = "a"
.