Coding (Algo) · Easy · 25 min
Count Allowed Jumps
Algorithm: Dynamic programming Difficulty: Easy Time: 25 minutes Goal Return the exact number of valid one-or-two-step jump sequences from position 0 to n.
View taskPublic task directory
Every entry below is a crawlable link to a unique public task page. This directory complements the interactive filters and keeps the complete catalog connected through standard pagination.
Page 2 of 386 · 18,491 tasks
Coding (Algo) · Easy · 25 min
Algorithm: Dynamic programming Difficulty: Easy Time: 25 minutes Goal Return the exact number of valid one-or-two-step jump sequences from position 0 to n.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Dynamic programming Difficulty: Medium Time: 35 minutes Goal Return the number of clear right-and-down routes from the top-left cell to the bottom-right cell.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Count distinct balanced parenthesis strings containing exactly n opening and n closing parentheses.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Count unordered combinations of the distinct denominations that sum exactly to the requested amount.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Return the smallest possible sum of visited cell costs for a valid right-or-down route.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Return the greatest sum of any non-empty contiguous segment of the supplied changes.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Return inclusive start and end indexes of a maximum-sum non-empty contiguous segment using the declared tie rule.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Return the length of the longest common subsequence while preserving relative order in both strings.
View taskCoding (Algo) · Hard · 60 min
Algorithm: Dynamic programming Difficulty: Hard Time: 60 minutes Goal Return the minimum total number of deletions needed to make the histories identical.
View taskCoding (Algo) · Hard · 60 min
Algorithm: Dynamic programming Difficulty: Hard Time: 60 minutes Goal Return the cheapest set of packages covering all required capabilities.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Return the minimum number of allowed edits needed to turn a into b. Each edit costs one.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Dynamic programming Difficulty: Medium Time: 35 minutes Goal Return the fewest tokens whose values sum exactly to amount, or -1 when no combination reaches it.
View taskCoding (Algo) · Hard · 75 min
Algorithm: Dynamic programming Difficulty: Hard Time: 75 minutes Goal Return the best package selection, minimizing used capacity on value ties and choosing the lexicographically smallest.
View taskCoding (Algo) · Hard · 75 min
Algorithm: Dynamic programming Difficulty: Hard Time: 75 minutes Goal Return the lexicographically smallest shortest common supersequence.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Dynamic programming Difficulty: Medium Time: 40 minutes Goal Return whether all entries can be partitioned into two subsets with exactly equal sums.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Dynamic programming Difficulty: Medium Time: 35 minutes Goal Return whether the entire text can be segmented into one or more dictionary words with no skipped or reordered.
View taskCoding (Algo) · Hard · 60 min
Algorithm: Dynamic programming Difficulty: Hard Time: 60 minutes Goal Match the entire path using ? for one character and for zero or more characters.
View taskCoding (Algo) · Easy · 20 min
Algorithm: Expiry Difficulty: Easy Time: 20 minutes Goal Return expired keys in input order.
View taskCoding (Algo) · Easy · 20 min
Algorithm: Filtering Difficulty: Easy Time: 20 minutes Goal Return eligible IDs in ascending ASCII order.
View taskCoding (Algo) · Easy · 20 min
Algorithm: Geometry Difficulty: Easy Time: 20 minutes Goal Sum distances between adjacent recorded points.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Graph traversal Difficulty: Medium Time: 35 minutes Goal Return how many connected components exist among all n devices after considering every edge.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Graph traversal Difficulty: Easy Time: 25 minutes Goal Count the distinct nodes reachable from source by following zero or more directed edges and ignoring repeated visits.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Graph traversal Difficulty: Medium Time: 40 minutes Goal Return the sizes of all weakly connected components in descending numeric order while counting each declared node exactly.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Graph traversal Difficulty: Medium Time: 35 minutes Goal Return whether all n services can be assigned to two groups while satisfying every conflict edge.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Greedy Difficulty: Medium Time: 30 minutes Goal Return the largest number of pairwise non-overlapping retained requests under the supplied endpoint rule.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Greedy Difficulty: Medium Time: 30 minutes Goal Return the number of connected groups formed by overlap among the retained intervals.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Greedy Difficulty: Medium Time: 30 minutes Goal Return the maximum number of retained reservations active at the same real-valued time.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Greedy Difficulty: Medium Time: 30 minutes Goal Return the numeric length of the union of all retained intervals without counting any covered segment more than once.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Greedy Difficulty: Medium Time: 35 minutes Goal Return the minimum number of checkpoints needed to hit every closed interval at least once.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Greedy Difficulty: Medium Time: 30 minutes Goal Return the minimum number of real-valued points required to intersect every retained interval.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Sum adjustments per account and return accounts in ASCII order.
View taskCoding (Algo) · Medium · 40 min
Algorithm: Hash map Difficulty: Medium Time: 40 minutes Goal Count index pairs i < j whose values have exactly the requested absolute difference.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Return the number of index pairs i < j for which nums[i] + nums[j] equals target.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Return the number of distinct event values whose total frequency is at least k.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Return only occupied buckets sorted by bucket number.
View taskCoding (Algo) · Easy · 20 min
Algorithm: Hash map Difficulty: Easy Time: 20 minutes Goal Return whether two different indexes in the supplied amount array have values that sum exactly to the target.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Return the first event value that occurs exactly once across the complete input stream.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Hash map Difficulty: Medium Time: 30 minutes Goal Return whether each time-ordered request is accepted.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Deduplicate by ID using the last payload and the first occurrence order.
View taskCoding (Algo) · Medium · 45 min
Algorithm: Hash map Difficulty: Medium Time: 45 minutes Goal Simulate get and put operations and return get results.
View taskCoding (Algo) · Medium · 35 min
Algorithm: Hash map Difficulty: Medium Time: 35 minutes Goal Return the k most frequent distinct values ordered by descending count and then ascending numeric value.
View taskCoding (Algo) · Hard · 45 min
Algorithm: Hash map Difficulty: Hard Time: 45 minutes Goal Process the operations in order and return each get result while enforcing cache capacity and recency on reads and writes.
View taskCoding (Algo) · Easy · 20 min
Algorithm: Hash map Difficulty: Easy Time: 20 minutes Goal Return the selected total in integer cents without charging for an ID more than once.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Return one value and count pair for every distinct event code in ascending numeric order.
View taskCoding (Algo) · Medium · 30 min
Algorithm: Hash map Difficulty: Medium Time: 30 minutes Goal Return at most k route names sorted by decreasing frequency then ascending ASCII name.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Return unread counts for threads with at least one unread message in ascending ASCII order.
View taskCoding (Algo) · Easy · 25 min
Algorithm: Hash map Difficulty: Easy Time: 25 minutes Goal Count case-sensitive tags without changing first-appearance ordering.
View taskCoding (Algo) · Easy · 20 min
Algorithm: Hash set Difficulty: Easy Time: 20 minutes Goal Return the index of the earliest duplicate occurrence.
View task