RelationCosts

Read More

PageDisplay

    Read More

    MeetingIntervals

    Read More

    KEditDistance

    Read More

    CIDR

    Given a range of consecutive IP, return the least amount of CIDR IPs needed

    Read More

    Sliding Puzzle

    Read More

    362. Design Hit Counter

    Design a hit counter which counts the number of hits received in the past 5 minutes.

    Read More

    342. Power of Four

    Given an integer (signed 32 bits), write a function to check whether it is a power of 4.

    Read More

    231. Power of Two

    Given an integer, write a function to determine if it is a power of two.

    Read More

    412. Fizz Buzz

    Write a program that outputs the string representation of numbers from 1 to n.

    Read More

    415. Add Strings

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

    Read More

    281. Zigzag Iterator

    Given two 1d vectors, implement an iterator to return their elements alternately.

    Read More

    341. Flatten Nested List Iterator

    Given a nested list of integers, implement an iterator to flatten it.

    Read More

    68. Text Justification

    Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified.

    Read More

    227. Basic Calculator II

    Implement a basic calculator to evaluate a simple expression string.

    Read More