Software Engineer · Intern · Online Assessment
### Maximum Coins Collection in a Board Game ##### Problem Description You are given a single-player board game represented by a string `board` of length `N`. Each position on the board can be: - `'.'` → empty - `'T'` → a player's token - `'C'` → a coin The pl...