Backspace String Compare
Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character.
Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character.