Community Problem
Backspace String Compare
Difficulty: Easy
Compare two strings after applying backspace edits, with the catch that the O(1) space version uses two pointers walking from the end.
Community Problem
Difficulty: Easy
Compare two strings after applying backspace edits, with the catch that the O(1) space version uses two pointers walking from the end.