Tagged Command Undo
CodingSoftware Engineer
Company question banks are included with the Insider plan.
Build a command log that supports normal undo and tag-filtered undo.
Implement the CommandLog class:
CommandLog() initializes an empty log.void execute(string command, string[] tags) appends...