LeetCode: 844-Backspace String Compare 解題紀錄
Last Updated on 2022-05-01 by Clay
題目
Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character.
Last Updated on 2022-05-01 by Clay
Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character.