240 发简信
IP属地:澳门
  • Resize,w 360,h 240
    0/1背包和多重背包问题

    Given weights and values of n items, put these items in a knapsack of ca...

  • A general method for substring problems

    Given a binary string of length N and an integer K, we need to find out ...

  • 关于“经常调用怎么办”这类的follow up

    Reverse bits of a given 32 bits unsigned integer.Example:Input: 43261596...

  • Union-Find

    261. Graph Valid Tree Given n nodes labeled from 0 to n-1 and a list of ...

  • Backtracking

    A general approach to backtracking questions in Java (Subsets, Permutati...

  • In order traversal

    99. Recover Binary Search Tree Two elements of a binary search tree (BST...

  • Disjoint Set Union (DSU) structure

    Sentence Similarity II Given two sentences words1, words2 (each represen...

  • Binary search tree

    Contains Duplicate III Given an array of integers, find out whether ther...

  • Find if share common letters

    Maximum Product of Word Lengths Given a string array words, find the max...