706. Design HashMap

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

28. Implement strStr()

Implement strStr().

Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.

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.

26. Remove Duplicates from Sorted Array

Given a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length.

14. Longest Common Prefix

Write a function to find the longest common prefix string amongst an array of strings.

Your browser is out-of-date!

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

×