package com.bingoabin.algorithm.design;
/**
* @Author: xubin34
* @Date: 2022/3/22 10:07 上午
* @CopyRight: sankuai.com
* @Description:
*/
public class WinnerOfGame {
//Leetcode 2038. 如果相邻两个颜色均相同则删除当前颜色
//示例:输入:colors = "AAABABB"
// 输出:true
// 解释:
// AAABABB -> AABABB