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.

1332. Remove Palindromic Subsequences

Given a string s consisting only of letters ‘a’ and ‘b’. In a single step you can remove one palindromic subsequence from s.

706. Design HashMap

Design a HashMap without using any built-in hash table libraries.

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:

160. Intersection of Two Linked Lists

Write a program to find the node at which the intersection of two singly linked lists begins.

27. Remove Element

Given an array nums and a value val, remove all instances of that value in-place and return the new length.

268. Missing Number

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.

645. Set Mismatch

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.

575. Distribute Candies

Alice has n candies, where the ith candy is of type candyType[i]. Alice noticed that she started to gain weight, so she visited a doctor.

Your browser is out-of-date!

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

×