Leetcode

Topics

  • Binary Search

    A method in Time complexity of $O(nlogn)$

  • Design

    Design a data structure to deal with the data, usually with special algorithm complexity.

  • Sliding Window

    Set left and right boundary of a window to control the variables