You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bomber Algo: The bomber algorithm doesn't like 3 or more consecutive characters in a given string to be same. For Example: If the given string is "adbcccbbd" the bomber algo will first bomb "ccc" a…