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
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
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.
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.
Given a string s consisting only of letters ‘a’ and ‘b’. In a single step you can remove one palindromic subsequence from s.
A valid encoding of an array of words is any reference string s and array of indices indices such that:
Given a non-empty binary tree, return the average value of the nodes on each level in the form of an array.
Write a program to find the node at which the intersection of two singly linked lists begins.
Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.
You have a set of integers s, which originally contains all the numbers from 1 to n. Unfortunately, due to some error, one of the numbers in s got duplicated to another number in the set, which results in repetition of one number and loss of another number.
Update your browser to view this website correctly. Update my browser now