1721. Swapping Nodes in a Linked List

You are given the head of a linked list, and an integer k.

823. Binary Trees With Factors

Given an array of unique integers, arr, where each integer arr[i] is strictly greater than 1.

1461. Check If a String Contains All Binary Codes of Size K

Given a binary string s and an integer k.

322. Coin Change

You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make up that

12. Integer to Roman

Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.

623. Add One Row to Tree

Given the root of a binary tree, then value v and depth d, you need to add a row of nodes with value v at the given depth d. The root node is at depth 1.

820. Short Encoding of Words

A valid encoding of an array of words is any reference string s and array of indices indices such that:

19. Remove Nth Node From End of List

Given the head of a linked list, remove the nth node from the end of the list and return its head.

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×