211. Add and Search Word - Data structure design
Design a data structure that supports the following two operations:
211. Add and Search Word - Data structure design
Design a data structure that supports the following two operations:
134. Gas Station
134. Gas Station
240. Search a 2D Matrix II
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:
50. Pow(x, n)
166. Fraction to Recurring Decimal
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.
442. Find All Duplicates in an Array
Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once.