原文链接: https://leetcode-cn.com/problems/complex-number-multiplication
英文原文A complex number can be represented as a stri
标签详情
模拟 分类
原文链接: https://leetcode-cn.com/problems/reshape-the-matrix
英文原文In MATLAB, there is a handy function called reshape whic
原文链接: https://leetcode-cn.com/problems/solve-the-equation
英文原文Solve a given equation and return the value of 'x
原文链接: https://leetcode-cn.com/problems/robot-return-to-origin
英文原文There is a robot starting at the position (0, 0), th
原文链接: https://leetcode-cn.com/problems/contain-virus
英文原文A virus is spreading rapidly, and your task is to quarantine
原文链接: https://leetcode-cn.com/problems/flipping-an-image
英文原文Given an n x n binary matrix image, flip the image horizo
原文链接: https://leetcode-cn.com/problems/backspace-string-compare
英文原文Given two strings s and t, return true if they are
原文链接: https://leetcode-cn.com/problems/transpose-matrix
英文原文Given a 2D integer array matrix, return the transpose of m
原文链接: https://leetcode-cn.com/problems/walking-robot-simulation
英文原文A robot on an infinite XY-plane starts at point (0
原文链接: https://leetcode-cn.com/problems/validate-stack-sequences
英文原文Given two integer arrays pushed and popped each wi