All tags

Anagrams

Anagrams are words or phrases that contain the same number of characters. Create a function that checks for this.

Binary Search

Given a sorted (in ascending order) integer array nums of n elements and a target value, write a function to search target in nums.

Add Strings

Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2.

Missing Number

Given an array containing n distinct numbers taken from 0, 1, 2, .