归档 2018年6月3日

[LeetCode]Backspace String Compare

题目描述:

LeetCode 844. Backspace String Compare

Given two strings S and T, return if they are equal when both are typed into empty text editors. # means a backspace character.

Example 1:

Input: S = "ab#c", T = "ad#c"
Output: true
Explanation ...

继续阅读

昨天

明天

归档